Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 771 for

uri

(0.04 sec)
  1. CSP: base-uri - HTTP | MDN

    The HTTP Content-SecUrity-Policy base-Uri directive restricts the URLs which can be used in a document's element. If this value is absent, then any Uri is allowed. If this directive is absent, the user agent will use the value in the element....Content-Security-Policy base-uri directive restricts the URLs...this value is absent, then any URI is allowed. If this directive...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  2. 414 URI Too Long - HTTP | MDN

    The HTTP 414 Uri Too Long client error response status code indicates that a Uri requested by the client was longer than the server is willing to interpret....(简体) 正體中文 (繁體) The HTTP 414 URI Too Long client error response...status code indicates that a URI requested by the client was longer...

    developer.mozilla.org/en-US/docs/Web/HTTP/Statu...
  3. URIError: malformed URI sequence - JavaScript |...

    The JavaScript exception "malformed Uri sequence" occurs when Uri encoding or decoding wasn't successful....exception "malformed URI sequence" occurs when URI encoding or decoding...URIError: URI malformed (V8-based) URIError: malformed URI sequence...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. URI - MDN Web Docs Glossary: Definitions of Web...

    A Uri (Uniform Resource Identifier) is a string that refers to a resource....Русский 中文 (简体) 正體中文 (繁體) A URI (Uniform Resource Identifier)...book. See also URI on Wikipedia RFC 3986 on URI Help improve MDN...

    developer.mozilla.org/en-US/docs/Glossary/URI
  5. ExternalResourceLoadingArgs | GroupDocs.Parser ...

    Provides the data for method....ExternalResourceLoad(String uri) Initializes a new instance of...Gets the URI of the external resource. setUri(String uri) Gets the...

    reference.groupdocs.com/parser/java/com.groupdo...
  6. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/viewer/net/load-document-fro...
  7. encodeURI() - JavaScript | MDN

    The encodeUri() function encodes a Uri by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeUriComponent(), this function encodes fewer characters, preserving those that are part of the Uri syntax....encodeURI() function encodes a URI by replacing each instance of...part of the URI syntax. Try it Syntax js encodeURI(uri) Parameters...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  8. Load document from FTP | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/annotation/net/load-document...
  9. Load file from FTP | Documentation

    This article demonstrates how to convert file stored in FTP storage using GroupDocs.Conversion for .NET API....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/conversion/net/load-file-fro...
  10. Load document from FTP | Documentation

    This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for .NET API....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/conversion/net/load-document...