Forum Discussion
Urv_165706
Nimbostratus
Aug 04, 2014Add http Header in URL incoming request
Hi all,
I want set variable in Incoming URl request.
Example :
If URL Includes /store/category/ then add "Location= category" in the Request.
Thanks
Urv_165706
Nimbostratus
Aug 04, 2014not sure it will work or not
When HTTP_RESPONSE {
If { ( [HTTP::URI] starts_with “/store/category/”) } {
HTTP::header insert “location=category”
}
}
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