Forum Discussion
Eric_Frankenfie
Nimbostratus
Apr 29, 2011Forward Traffic to Proxy Server
I have an application server on the inside of our network that needs to send HTTPS soap messages to one of our clients. No devices on our network have direct access to the Internet; rather all outbou...
Eric_Frankenfie
Nimbostratus
May 05, 2011I don't have anything setup yet, just in the planning stage. I am good with setting the Proxy server as the node in the pool. Does this look correct for rewriting the URL?
Request from App to VS: https://customer1.
Request from VS to Proxy: https://subdomain.customer.com/atchi/app.cgi
if { [string tolower [HTTP::path]] contains "customer1" }
HTTP::header replace "subdomain.customer1.com"
HTTP::uri "/atchi/app.cgi"
if { [string tolower [HTTP::path]] contains "customer2" }
HTTP::header replace "subdomain.customer2.com"
HTTP::uri "/atchi/app.cgi"
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