Forum Discussion
Lyonsy_271608
Mar 24, 2017Altocumulus
Irule problem "contains then insert"
Hi Guys,
Looking to add an irule to fix a code issue until it can be fixed by the software team
when a request is made that contains native-billing
i would like it to insert header named x-...
- Mar 24, 2017
figured it out didnt like the "'9.0'"
Changed to this and works
when HTTP_REQUEST { if { [HTTP::uri] contains "native-billing" } { HTTP::header insert "X-Version" "9" } }
Lyonsy_271608
Mar 24, 2017Altocumulus
figured it out didnt like the "'9.0'"
Changed to this and works
when HTTP_REQUEST { if { [HTTP::uri] contains "native-billing" } { HTTP::header insert "X-Version" "9" } }
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