RetryHttpPac command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''  
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Attempts to execute an HTTP PUT and GET of a </span><span class="f_ListContinue">[[Configure web browser (Janus Debugger only)#Using the Client as proxy exclusively for designated addresses|Proxy Auto Config (PAC)]]</span><span class="f_Para"> verification file to and from the HTTP server [[configure_test_browser.html#Setting up an HTTP server for PAC files|configured]] to service PAC files. </span>
<span class="f_Para">Attempts to execute an HTTP PUT and GET of a </span><span class="f_ListContinue">[[Configure web browser (Janus Debugger only)#Using the Client as proxy exclusively for designated addresses|Proxy Auto Config (PAC)]]</span><span class="f_Para"> verification file to and from the HTTP server [[Configure web browser (Janus Debugger only)#Setting up an HTTP server for PAC files|configured]] to service PAC files. </span>


<span class="f_Monospace">retryHttpPac</span><span class="f_Para"> simulates simultaneous selection of both of the following in the </span><span class="f_GUIlabel">[[Configure web browser (Janus Debugger only)#preferences|Preferences]]</span><span class="f_Para"> window:</span>
<span class="f_Monospace">retryHttpPac</span><span class="f_Para"> simulates simultaneous selection of both of the following in the </span><span class="f_GUIlabel">[[Configure web browser (Janus Debugger only)#preferences|Preferences]]</span><span class="f_Para"> window:</span>
Line 18: Line 18:
<p class="syntax">retryHttpPac </p>
<p class="syntax">retryHttpPac </p>


<span class="f_Para">If the file verification test 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 file verification test 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 PAC files can be used. </p>
<p class="syntax">HTTP PAC files can be used. </p>

Latest revision as of 03:53, 9 February 2023

Action:

Attempts to execute an HTTP PUT and GET of a Proxy Auto Config (PAC) verification file to and from the HTTP server configured to service PAC files.

retryHttpPac simulates simultaneous selection of both of the following in the Preferences window:

  • Either of the IE Mode options newPac or mergedPac
  • The PAC Options option http://URL
Setting both of these items together triggers the automatic creation and maintenance of PAC files using HTTP URLs: given an appropriately configured HTTP server and Client configuration file httpPacURL element.

Note: Command execution does not modify current settings in the Client's Preferences window. However, if the IE Mode option proxy is selected, the command fails.

Syntax:

retryHttpPac 

If the file verification test succeeds, the Client Status bar displays a message like:

HTTP PAC files can be used. 

See also httpPutFile, httpGet, and &&currentPacFile.

Client menu: --
Introduced: Build 63