Experimental project
This is a sandbox project, which contains experimental code for developer use only.
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.
| Attachment | Size |
|---|---|
| Output configuration file example | 598 bytes |
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsNo further development
No longer developed by its maintainers.- Project categories: Developer tools
- Created by andre4s_y on , updated

