HttpPutString command
Jump to navigation
Jump to search
Action: |
Attempts an HTTP PUT upload using the string and the URL you specify. Useful for testing the Proxy Auto Config (PAC) file feature and as needed. Syntax: httpPutString string url For example, the following command stores a quoted literal string in a file in a Janus Web Server configured to use the file name MYSTRING.JS: httpPutString 'debuggerInternalPac.js' The Client Status bar reports on the result of the command, with for example, a message like: HTTP PUT string upload completed. See also httpPutFile, httpGet, retryHttpPac, and &¤tPacFile. |
Client menu: | -- |
Introduced: | Build 63 |