Forum Discussion
Alex_Ma_58639
Nimbostratus
Nov 21, 2008HTTP hearder rewrite
Could anybody help me to finish a iRule to rewrite the in coming HTTP Header from abc123 to efg123?
- James_Quinby_46Historic F5 AccountHave you looked at the HTTP::header commands? One way to accomplish what you want is with the 'replace' command. If you want to change the value of header Foo to 'efg123', you could do:
when HTTP_REQUEST { HTTP::header replace Foo efg123 }
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