HttpGet 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">Executes an HTTP GET file download for the file whose URL you specify as the command parameter. Useful for testing the </span><span class="f_ListContinue">[[Configure web browser (Janus Debugger only)#Client steps to invoke the automatic creation and maintenance of a PAC file|Proxy Auto Config (PAC) file]]</span><span class="f_Para"> feature and as needed. </span>
<span class="f_Para">Executes an HTTP GET file download for the file whose URL you specify as the command parameter. Useful for testing the </span><span class="f_ListContinue">[[Configure web browser (Janus Debugger only)#Client steps to invoke the automatic creation and maintenance of a PAC file|Proxy Auto Config (PAC) file]]</span><span class="f_Para"> feature and as needed. </span>



Latest revision as of 21:23, 30 January 2023

Action:

Executes an HTTP GET file download for the file whose URL you specify as the command parameter. Useful for testing the Proxy Auto Config (PAC) file feature and as needed.

Syntax:

httpGet file_url 

If the GET succeeds, the Client Status bar displays a message like:

HTTP GET completed. 

You can use the Client console to view the content of the file you download.

See also httpPutFile and retryHttpPac.

Client menu: --
Introduced: Build 63