Forum Discussion
Kevin_Jones_505
Feb 08, 2006Historic F5 Account
HTTP_REQUEST and POSTs
I'd like an iRule that acts based on values in a POST. Can I use the HTTP_REQUEST event, or would I need to use a CLIENT_ACCEPTED and combine it with an HTTP::method?
thanks.
JRahm
Admin
Feb 08, 2006
when HTTP_REQUEST {
if { [HTTP::method] equals "POST" }
}
}THere are several examples in this forum that utilize HTTP::method, these should get you started.
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
