HttpPutString command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Attempts an HTTP PUT upload using the string and the URL you specify. </span>
<span class="f_Para">Attempts an HTTP PUT upload using the string and the URL you specify. </span>



Latest revision as of 21:24, 30 January 2023

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'
http://sirius.sirius-software.com:9292/pacman/MYSTRING.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 &&currentPacFile.

Client menu: --
Introduced: Build 63