Forum Discussion
Jason_Reis_4089
Nimbostratus
May 02, 2014POST to /my.policy doesn't fire HTTP_REQUEST event
I have an iRule with this...
when HTTP_REQUEST {
log local0. "request received"
}
When I make a GET request to /, it logs that. When I make a POST request to /my.policy, nothing logs. Cou...
- May 02, 2014
Yes, it's restricted to trigger unless enable using ACCESS::restrict_irule_events disable
https://devcentral.f5.com/wiki/iRules.ACCESS__restrict_irule_events.ashx
kunjan
Nimbostratus
May 02, 2014Yes, it's restricted to trigger unless enable using ACCESS::restrict_irule_events disable
https://devcentral.f5.com/wiki/iRules.ACCESS__restrict_irule_events.ashx
Jason_Reis_4089
Nimbostratus
May 02, 2014That was it! Thank you so much!