SetIEMode command: Difference between revisions
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
*<span class="f_ListBul1">The </span><span class="f_Monospace">[[GeneratePac command|generatePac]]</span><span class="f_ListBul1"> command, which creates and/or merges a PAC file, but makes no modifications to </span><span class="f_Para">the </span><span class="f_GUIlabel">Internet Properties</span><span class="f_ListBul1"> configuration settings. </span> | *<span class="f_ListBul1">The </span><span class="f_Monospace">[[GeneratePac command|generatePac]]</span><span class="f_ListBul1"> command, which creates and/or merges a PAC file, but makes no modifications to </span><span class="f_Para">the </span><span class="f_GUIlabel">Internet Properties</span><span class="f_ListBul1"> configuration settings. </span> | ||
*<span class="f_ListBul1">The </span><span class="f_Monospace">[[ | *<span class="f_ListBul1">The </span><span class="f_Monospace">[[ShowIE command|showIE]]</span><span class="f_ListBul1"> command, which displays the current Internet connection settings plus additional details. </span> | ||
*<span class="f_ListBul1">The </span><span class="f_CodeExample">[[RetryHttpPac command|retryHttpPac]]</span><span class="f_ListBul1"> command, which verifies whether your HTTP PAC server is working and pointed to from the Client configuration file. </span><span class="f_CodeExample"> </span> | *<span class="f_ListBul1">The </span><span class="f_CodeExample">[[RetryHttpPac command|retryHttpPac]]</span><span class="f_ListBul1"> command, which verifies whether your HTTP PAC server is working and pointed to from the Client configuration file. </span><span class="f_CodeExample"> </span> |
Revision as of 17:57, 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:
If you are using newPac or mergedPac to produce a PAC, specifying file or http sets the type of the URL that is sent to the browser. file is the default. To take advantage of an http setting, you must also configure an HTTP server to service the PAC file. 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 |