networking:proxy:pac_file:about_pac_files
Differences
This shows you the differences between two versions of the page.
networking:proxy:pac_file:about_pac_files [2021/01/13 15:49] – created peter | networking:proxy:pac_file:about_pac_files [2021/01/13 15:52] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Networking - Proxy - PAC File - About PAC Files ====== | ====== Networking - Proxy - PAC File - About PAC Files ====== | ||
+ | A **PAC** [[https:// | ||
+ | |||
+ | The JavaScript function contained in the PAC file defines the function: | ||
+ | |||
+ | <code javascript> | ||
+ | function FindProxyForURL(url, | ||
+ | // ... | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **url**: | ||
+ | * The path and query components of **< | ||
+ | * Different browsers may offer options to override or disable this. | ||
+ | |||
+ | * **host**: | ||
+ | * This is only for convenience; | ||
+ | * The port number is not included in this parameter; It can be extracted from the URL when necessary. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// |
networking/proxy/pac_file/about_pac_files.1610552999.txt.gz · Last modified: 2021/01/13 15:49 by peter