Forum Discussion
Thomas_Greco_11
Nimbostratus
Jun 23, 2006Mask URI
I'm trying to mask the entire URI in the browser when a request returns (Crystal Reports displays the db user and password in it). I originally tried using the HTTP_RESPONSE_DATA event, but it does n...
Deb_Allen_18
Jun 27, 2006Historic F5 Account
The approach you've taken above would require that you issue an HTTP::collect command in HTTP_RESPONSE to begin collecting the payload, then use HTTP::payload command in HTTP_RESPONSE_DATA to evaluate what has been collected. (search for HTTP::collect in this forum for examples.)
However, regex operations are resource-intensive, and we recommend using alternatives whenever available.
To modify the links that the server is returning, you can take a much simpler approach by leveraging the built-in stream profile as detailed in this post: Click here
HTH
/deb
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