Forum Discussion
steve_111974
Nimbostratus
May 05, 2008rewrite on mulitple uri and keeping the data in POST request
Hi,
We're migration our application servers. they will be listening on a particular URL. Right now our customer using 4 different url's to hit our application. We don't want them to change...
Colin_Walker_12
May 06, 2008Historic F5 Account
Oh, and also, if you're looking to add some logging, you could do something like:
when HTTP_REQUEST {
switch [HTTP::uri] {
"/app/DentegraPortal/TransEDI" -
"/app/DeltaCarePortal/TransEDI" -
"/app/B2BEnt/TransEDI" -
"/app/B2BPMI/TransEDI" {
log "Incoming uri - [HTTP::uri] being translated to /b2b/transportServlet/TransEDI"
HTTP::uri "/b2b/transportServlet/TransEDI"
}
}
}HTH,
Colin
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
