Forum Discussion

Jason_Reis_4089's avatar
Jason_Reis_4089
Icon for Nimbostratus rankNimbostratus
May 02, 2014
Solved

POST 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. Could another event be handling this?

4 Replies