uri rewriting
4 TopicsURI Rewrite not rewriting form action
We have a rewrite profile (of type URI Translation) that doesn't seem to be rewriting what we want it to. I looked at the HTML that it should be rewriting, it seems to be called via a form action: Could the hex encoding of the URI be causing it not to fire? It's looking for https://server1.contoso.com:8203/sap/ but it might only be seeing it with hex encoding of the special characters https&x3a;&x2f;&x2f;server1.contoso.com&x3a;8203&x2f;sap&x2f; Rewrite rules should work with form actions, correct? I think I have the basics right, response settings has rewrite headers and rewrite content both checked, in the virtual server under Content Rewrite the rewrite profile is set, and the HTML profile is set to HTML - I don't know what else it could be. We're on the following build: BIG-IP 11.6.0 Build 0.0.401 Final Thanks!319Views0likes1CommentNew webpage URI redirect or rewrite
My company launched our new webpage last night and we're seeing error pages because google hasn't flushed the old site yet. Is it possible to set up a redirect, or a rewrite that would look something like if /top-navigation/cad-models.aspx redirect or rewrite to /top-navigation/cad-models.aspx/aaa? Excuse my use in example as I'm extremely new to F5. Thank you.260Views0likes1CommentRewrite Portion of URI
We are moving one of our web services to a new pool of servers which will contain a different virtual directory structure. The legacy servers used a separate virtual directory for each customer, but the new servers will utilize a common virtual directory. We do not want the customers making any changes and have been asked if we can perform the rewrite. The legacy request looks something like this... https://www.mysite-old.com/CUST_A/Login.aspx?C=98620001&UN=COMS8365&PW=av99er89uj&F=EN The new request will need to be rewritten like this... https://www.mysite-new.com/app.web/APPvirtualDirectory/Login.aspx?C=98620001&UN=COMS8365&PW=av99er89uj&F=EN /CUST_A/ will need to be rewritten with /app.web/APPvirtualDirectory/ but everything after will need to be retained. Also, the legacy server virtual directory names can be any length so I will not be able to replace a fixed number of characters. Any help would be greatly appreciated.256Views0likes6CommentsURI Rewrite
I have a developer who is working a new version of an application and they would like to perform the following URI rewrite on the F5 so they don't have to deploy duplicate code to 100+ virtual directories: www.xyz.com/vendorName?whatever=1 to www.xyz.com?vendorName&whatever=1 Rather than maintaining a data group with each vendorName is it possible to replace '/vendorName?' with '?vendorName&' dynamically where vendorName will be a variable of any length?216Views0likes3Comments