Testing Cross-Origin-Resource-Policy (CORP) with an iframe – not working as expected
I’m trying to test the Cross-Origin-Resource-Policy (CORP) header to ensure it’s functioning as expected on my site. I’ve configured the Cross-Origin-Resource-Policy header with the value same-origin on my server (e.g., mysite.co.in)
. The goal is to verify that content from my site cannot be embedded on a different domain.