Forum Discussion
dheywood_22484
Aug 01, 2014Nimbostratus
wpad.dat irule for F5
I've got a problem with an iRule, I've got a rule thats working:
when HTTP_REQUEST {
Send the wpad.dat content
HTTP::respond 200 content {\
return "DIRECT";}
}
Now I need to add the Content...
Kevin_Davies_40
Aug 02, 2014Nacreous
when HTTP_REQUEST {
Send the wpad.dat content
HTTP::respond 200 content {\
return "DIRECT";} "Content-Type" "application/x-ns-proxy-autoconfig"
}
Any parameters following content are considered header and its value pairs. These are added as headers into the web response.
HTTP::respond 200 content "your html" header value header value ...
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects