TURL_IsSecure |
Indicates if the last request was secure.
Syntax
TURL_IsSecure ( switches )
TURL_IsSecure |
Indicates if the last request was secure.
TURL_IsSecure ( switches )
TURL_Post |
Sends data to the server, using the POST method, and returns the result as raw data.
TURL_Post ( switches ; theURL ; theData )
TURL_Put |
Sends data to the server or transfers a file to the server, using the PUT method.
TURL_Put( switches ; theURL ; theData )
TURL_Reinitialize |
Restarts the plug-in.
TURL_Reinitialize ( switches )
TURL_SendAuthorizationPIN |
This will send the PIN (obtained while granting access) to the web service to complete the authorization.
TURL_SendAuthorizationPIN ( switches ; method ; accessTokenURL ; PIN )
TURL_SendAuthorizedRequest |
Sends a request (like posting a tweet), using the 2 credentials obtained during authorization.
TURL_SendAuthorizedRequest ( switches ; method ; requestURL; accessToken ;
accessTokenSecret ; theRequest )
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 )