Forum Discussion
Jim_Araujo_1061
Jun 10, 2015Nimbostratus
when HTTP_REQUEST_DATA not working
Hello folks, I have a POC I'm testing out. The idea is a web user does a HTTP POST with token that matches a value in a data group. If it matches it will connect them to the pool. I am running into t...
sfuerst_116779
Jun 10, 2015Historic F5 Account
HTTP::respond will immediately respond to the request. The internal state of the HTTP filter will then be the one that sinks the rest of the request data. Thus it will not collect data and trigger the HTTP_REQUEST_DATA event, since it is no longer in the collect state.
You probably want to put the HTTP::respond calls into the HTTP_REQUEST_DATA event. That way they will be called after collection is complete.
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