&&currentPacFile: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the URL of the </span><span class="f_ListContinue">configure_test_browser.html#pacfile|Prox...")
 
No edit summary
 
Line 11: Line 11:
<span class="f_Para">For example, after running an </span><span class="f_Monospace">echo &amp;&amp;currentPacFile</span><span class="f_Para"> command, you might receive a message like the following:</span>
<span class="f_Para">For example, after running an </span><span class="f_Monospace">echo &amp;&amp;currentPacFile</span><span class="f_Para"> command, you might receive a message like the following:</span>


<span class="f_CodeExampleTable">http://</span><span class="f_MonoItal" style="font-size: 13px;">pacServerHost</span><span class="f_CodeExampleTable">:</span><span class="f_MonoItal" style="font-size: 13px;">pacServerPort</span><span class="f_CodeExampleTable">/pacman/PAC.10.111.2.82.JS</span>
<p class="syntax">http://</span>''pacServerHost':''pacServerPort''/pacman/PAC.10.111.2.82.JS</p>
|-
|-
| '''Introduced:'''
| '''Introduced:'''
| <span class="f_Para">Build 63</span>
| <span class="f_Para">Build 63</span>
|}
|}

Latest revision as of 03:59, 18 August 2022

Action:

Returns the URL of the Proxy Auto Config (PAC) file in use, or it returns empty if no PAC file is in use. The URL returned is a file:// or an http:// URL.

Syntax:

&&currentPacFile

For example, after running an echo &&currentPacFile command, you might receive a message like the following:

http://pacServerHost':pacServerPort/pacman/PAC.10.111.2.82.JS

Introduced: Build 63