Forum Discussion
Redirect :: URI with # symbol
Hi Root,
in this specific scenario "contains hello" wouldn't work either, since everything byte after the hash-sign is getting excluded from the browsers HTTP request.
URL in the address Bar : Url requested from server: www.sitea.com/
The portion after the hash-sign is called "fragment" and a pure client site functionality to select or scroll down to a specific section of the requested ressource.
For more information refer to: https://en.wikipedia.org/wiki/Fragment_identifierBasics
Note: The Basics fragment of the Wiki site causes your Browser to jump to the section containing the code 'id="Basics"'
To see what the browser is sending I'd recommend to use either Fiddler, HTTP-Watch or dump the entire HTTP request using iRules (e.g. "log [HTTP::request]"). Any of the tools would show you, that the client isn't even sending "/hello" to the server. And if this string is not send by the client the F5 can't make additional decissions based on this string, right?
Cheers, Kai
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