For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

kitday's avatar
kitday
Icon for Nimbostratus rankNimbostratus
Jan 08, 2020

iRule for CORS OPTIONS Header

I am working on creating an iRule that sends a 200 response when an OPTIONS header is sent. Here is the rule: when HTTP_REQUEST {         if { ( [HTTP::method] equals "OPTIONS" ) } {            ...