Forum Discussion
Conor_Cunningha
Nimbostratus
Oct 07, 2008Replace Host on Original HTTP Request
Hi All,
I'm looking to do the following;
In the HTTP_Request, store the entire request in a variable called orgRequest
If I get a 302 redirect in the respo...
hoolio
Cirrostratus
Oct 08, 2008If you use string map, you could make the match more specific by including the "Host:" portion:
set orgRequest [string map -nocase [list "Host: oldhost.example.com" "Host: newhost.example.com"] [HTTP::request]]
Aaron
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