Proxy Auto
Categories
Component ID
2202733
Component name
Proxy Auto
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module adds a proxy configuration file page to your Drupal site. Proxy configuration file can be a Proxy Auto-Config (proxy.pac) file or a Web Proxy Autodiscovery Protocol (wpad.dat) file or both. These files will have
correct configurable mimetype application/x-ns-proxy-autoconfig or application/x-javascript-config. Configuration file will available at: $base_url/proxy.pac or $base_url/wpad.dat or both.
Rules when create configuration file:
- Comment line will not included in file output.
- Must contain function FindProxyForURL(url, host).
- Must at least has one return value as string.
- Use spaces than tabs.
More information related proxy automatic configuration files:
- Proxy_auto-config in Wikipedia.
- Web_Proxy_Autodiscovery_Protocol in Wikipedia.
