• I would like to know is that possible to modify Access-Control-Allow-Origin on the frontend page?

    My WordPress website is running on IIS 7. And so, I added this line of code into web.config.

    <customHeaders>
        <add name="Access-Control-Allow-Origin" value="domain" />
    </customHeaders>

    Some of the pages are reflected the changes but some not.

    Anyone know how to fixed this issue due to vulnerability issue?

    Much appreciated.

  • The topic ‘Modify Access-Control-Allow-Origin’ is closed to new replies.