Forum Discussion
F5 irule for reverse proxy with rewrite
HTTP::header replace Host http://docs.remotesite.com
i think this one should not have http://
e.g.
HTTP::header replace Host "docs.remotesite.com"
My uri displayed in the browser stays at /templates/docs. I would like it to change to /templates/docs/index.html
you need HTTP::redirect to change url in browser.
HTTP::redirect
https://devcentral.f5.com/wiki/iRules.HTTP__redirect.ashx
It does seem to be pulling content from docs.remotesite.com but there are some javascript files from that page that are not being downloaded "GET" correctly.
in your irule, it does change host header, uri and send traffic to pool_docs pool only when uri is /templates/docs or /templates/docs/. does the javascript also need to?
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