TURL_SetAuthCredentials |
Sets the Consumer Key and Consumer Secret for an OAuth authorization.
Syntax
TURL_SetAuthCredentials ( switches ; consumerKey ; consumerSecret )
TURL_SetAuthCredentials |
Sets the Consumer Key and Consumer Secret for an OAuth authorization.
TURL_SetAuthCredentials ( switches ; consumerKey ; consumerSecret )
TURL_SetCookies |
Sets the cookies (on macOS) to be sent as part of a GET or POST request.
TURL_SetCookies ( switches ; cookiesText )
TURL_SetCustomHeader |
Sets a custom header to be used.
TURL_SetCustomHeader( switches ; customHeaderText )
TURL_SetPassword |
Sets the password to be used for password protected URLs.
TURL_SetPassword ( switches ; password )
TURL_SetProgressText |
Sets a custom text to be used for the progress dialog.
TURL_SetProgressText( switches ; messageText ; buttonText )
TURL_SetProxy |
Sets an explicit proxy server to be used, via which the data is sent to the web server.
TURL_SetProxy ( switches ; proxyAddress ; proxyPortNr ; proxyUserName;
proxyPassword )
TURL_SetUserAgent |
Sets a custom text to be used for the name of the user agent requesting the information. The user agent can be set to the name of a popular browser, so that unwanted redirects don’t occur.
TURL_SetUserAgent ( switches ; userAgentText )
TURL_SetUserName |
Sets the user name to be used for password protected URLs.
TURL_SetUserName ( switches ; username )
TURL_ToHTTP |
Encodes a text in HTTP.
TURL_ToHTTP ( switches ; text )
TURL_ToURLEncoded |
URL encodes text (also known as percent-encoding).
TURL_ToURLEncoded ( switches ; text )