Forum Discussion
Rusty_Hale_8009
Nimbostratus
Sep 11, 2006Is this possible with an iRule?
if the URL contains the components in the second column below, the URL up to and including the 2nd column's keyword gets rewritten to be the third column. So
http://old.abc.com/OA_HTML/some/interesting/document.html
would become
http://new.web.com:10125/OA_HTML/some/interesting/document.html
and then it gets shipped out of the apache server's LAN interface where it travels to the Oracle apps tier. The connection to the web browser stays open, and when the response returns from the apps it is rewritten back to what it was and shipped back to the browser, then the connection to the browser is closed.
- I blogged about this a long time ago. This should lead you in the right direction.
- Rusty_Hale_8009
Nimbostratus
Joe, Thanks a million. I appreciate the quick response. Will post results of what I am trying to do. Great help. - Rusty_Hale_8009
Nimbostratus
Joe, I made one small change to the requirements that may or may not break your solution. - As long as you are having the BIG-IP do the SSL termination for your backend servers, then there shouldn't be a problem. the protocol portion of the URL isn't passed as part of the HTTP request, it is determined by how the web servers is configured on the given port.
- Do anyone have a code snippet on an https request be redirected to the normal http requets.
- hoolio
Cirrostratus
Hi TRX,when HTTP_REQUEST { Send a 302 redirect to the client HTTP::redirect "http://www.example.com/new_uri.html" }
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