HttpGet command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Executes an HTTP GET file download for the file whose URL you specify as the command parameter. Use...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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_test_browser.html#pacfile|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>


'''Syntax:'''  
'''Syntax:'''  
<p class="syntax">httpGet ''file_url'' </p>
<p class="syntax">httpGet ''file_url'' </p>


<span class="f_Para">If the GET succeeds, the Client </span><span class="f_ListNum1">[[glance_at_status_area.html|Status bar]]</span><span class="f_Para"> displays a message like:</span>
<span class="f_Para">If the GET succeeds, the Client </span><span class="f_ListNum1">[[Status bar|Status bar]]</span><span class="f_Para"> displays a message like:</span>


<p class="syntax">HTTP GET completed. </p>
<p class="syntax">HTTP GET completed. </p>


<span class="f_Para">You can use the Client [[using_macro_console_cmdline.html#macro_console|console]] to view the content of the file you download.</span>
<span class="f_Para">You can use the Client [[Using the console and command line#The Console|console]] to view the content of the file you download.</span>


<span class="f_Para"> See also </span><span class="f_Monospace">[[HttpPutFile command|httpPutFile]]</span><span class="f_Para"> and </span><span class="f_Monospace">[[retryhttppac_cmd.html|retryHttpPac]]</span><span class="f_Para">. </span>
<span class="f_Para"> See also </span><span class="f_Monospace">[[HttpPutFile command|httpPutFile]]</span><span class="f_Para"> and </span><span class="f_Monospace">[[retryHttpPac command|retryHttpPac]]</span><span class="f_Para">. </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

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