Forum Discussion
skarpovi_111573
Nimbostratus
Mar 27, 2008insert field to HTTP header
can Big IP insert field data into the HTTP header that the IIS server can then read and use to determine whether or not the user in question is coming from our internal environment or from the public ...
skarpovi_111573
Nimbostratus
Mar 31, 2008will it work this way???
if comming from address, inseart string, then look for port and redirect. (server will see string and based on the string presence will provide different page)
when HTTP_REQUEST {
if {[IP::client_addr] eq "10.0.0.0/16"} {
HTTP::header insert STRING MLint
}
if {[TCP::local_port] eq "80"} {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
} else {
pool eRoom-Servers-Pool
}
}
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