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" ) } {            ...