Forum Discussion
Hide/change Incoming port on Virtual Server
Hello,
Thx for the replies.
We finally intercepted the HTTP replies coming from the backend server going back to the clients with the 302 redirects in it. Some were in the headers others in a HTTP post.
when HTTP_RESPONSE { Rewrite the Location header for redirects if { ( [HTTP::header exists Location] ) and ( [HTTP::header Location] contains ":8443/" ) } { set new_uri [string map {:8443/ /} [HTTP::header "Location"]] HTTP::header replace Location $new_uri } }
and
when HTTP_RESPONSE { Rewrite the Location header for redirects if { ( [HTTP::header exists Location] ) and ( [HTTP::header Location] contains ":8443/" ) } { set new_uri [string map {:8443/ /} [HTTP::header "Location"]] HTTP::header replace Location $new_uri } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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