Forum Discussion

zeesh86_123075's avatar
zeesh86_123075
Icon for Nimbostratus rankNimbostratus
Nov 11, 2013

CORS irule query

I am looking to enable my F5 to send CORS headers.

 

I tried implementing the following irule but this broke my access to the website though I was able to test the CORS header. Am I missing something here.

 

when HTTP_REQUEST { clientside { HTTP::header insert Access-Control-Allow-Credentials true HTTP::header insert Access-Control-Allow-Origin * } }