Forum Discussion
Randy_Johnson_1
Nimbostratus
Sep 05, 2007Request Parsing Rule -
I've been working with an example posted by Joe, in the 'docs and tips' section at
http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=89
and I just can't ...
Sep 05, 2007
I see absolutely nothing wrong with the iRule. This has to be a software version issue. Can you try this out and post back what it returns.
when HTTP_REQUEST {
set name "Accept"
log local0. "Test 1 - const header name"
set val [HTTP::header values "Accept"]
log local0. "Test 1 returned: $val"
log local0." Test 2 - variable header name"
set val [HTTP::header values $name]
log local0. "Test 2 returned: $val"
}Thanks for the extra work in diagnosing this issue!
-Joe
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
