SetIEMode command: Difference between revisions
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
*<span class="f_Monospace">file</span><span class="f_ListBul1"> or </span><span class="f_Monospace">http</span> | *<span class="f_Monospace">file</span><span class="f_ListBul1"> or </span><span class="f_Monospace">http</span> | ||
**<span class="f_ListContinue">If you are using </span><span class="f_Monospace">newPac</span><span class="f_ListContinue"> or </span><span class="f_Monospace">mergedPac</span><span class="f_ListContinue"> to produce a PAC, specifying </span><span class="f_Monospace">file</span><span class="f_ListContinue"> or </span><span class="f_Monospace">http</span><span class="f_ListContinue"> sets the type of the URL that is sent to the browser. </span><span class="f_Monospace">file</span><span class="f_ListContinue"> is the default. </span><span class="f_ListContinue">To take advantage of an </span><span class="f_Monospace">http</span><span class="f_ListContinue"> setting, you must also [[configure_test_browser.html#setup_http_server|configure an HTTP server]] to service the PAC file. </span> | |||
<span class="f_ListContinue">If you are using </span><span class="f_Monospace">newPac</span><span class="f_ListContinue"> or </span><span class="f_Monospace">mergedPac</span><span class="f_ListContinue"> to produce a PAC, specifying </span><span class="f_Monospace">file</span><span class="f_ListContinue"> or </span><span class="f_Monospace">http</span><span class="f_ListContinue"> sets the type of the URL that is sent to the browser. </span><span class="f_Monospace">file</span><span class="f_ListContinue"> is the default. </span> | |||
<span class="f_ListContinue">To take advantage of an </span><span class="f_Monospace">http</span><span class="f_ListContinue"> setting, you must also [[configure_test_browser.html#setup_http_server|configure an HTTP server]] to service the PAC file. </span> | |||
<span class="f_Para">For parameter options that modify the </span><span class="f_GUIlabel">Internet Properties</span><span class="f_Para"> configuration, no restart of the browser is necessary, and the Debugger provides automatic maintenance (makes the </span><span class="f_GUIlabel">Internet Properties</span><span class="f_Para"> modifications at Client startup, then removes them when the Client closes). </span> | <span class="f_Para">For parameter options that modify the </span><span class="f_GUIlabel">Internet Properties</span><span class="f_Para"> configuration, no restart of the browser is necessary, and the Debugger provides automatic maintenance (makes the </span><span class="f_GUIlabel">Internet Properties</span><span class="f_Para"> modifications at Client startup, then removes them when the Client closes). </span> | ||
Line 56: | Line 53: | ||
|} | |} | ||
[[Category:Debugger | [[Category:Debugger Commands]] |
Revision as of 17:59, 9 July 2022
Action: |
Controls whether, and the host URLs for which, the Debugger will serve as the proxy server for users of the Internet Explorer or Chrome browser. The command has options to set or remove the setting of the Client as the proxy server for IE or Chrome browser requests. The command also has an option to create a PAC (Proxy Auto Config) file, which restricts the host URLs for which the Client will act as proxy server, and an option to merge such a PAC file with a preexisting PAC file, if any. Syntax: setIEMode {none|proxy|newPac|mergedPac} [file|http] Where:
For parameter options that modify the Internet Properties configuration, no restart of the browser is necessary, and the Debugger provides automatic maintenance (makes the Internet Properties modifications at Client startup, then removes them when the Client closes). Example: If you issue the following command, the Debugger Client immediately generates a merged PAC file and configures the browser to run it; then at Client shutdown, the command restores the Internet Properties initial settings: setIEMode mergedPac Once the above command is issued, the browser runs the script each time a URL is requested, and the Debugger Client serves as proxy only for the hosts specified in the script. The merged PAC file specification will persist through Client closes and starts until you use setIEMode or the Preferences dialog box to change or remove it. See also:
|
Client menu: | -- |
Introduced: | Build 62 |