Forum Discussion
Mike_Sullivan_2
Nimbostratus
Sep 16, 2014Fixing external links (replace escaped ? and =)
Hi All,
I've been asked if our BigIPs can fix an issue with external links. We see them and sometimes the URL contains escaped question marks and equals signs. I am running 11.5.1 HF3 with ASM en...
Arie
Altostratus
Sep 16, 2014GET requests ('Inbound gets') can (and should) be handled without using STREAM, as you have direct access to requests via HTTP::path, HTTP::uri, et cetera.
Example:
when HTTP_REQUEST {
if { [HTTP::path] starts_with "/docs/xyz/" } {
<< do something >>
}
}
See the wiki for details.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
