• Resolved wood1e

    (@wood1e)


    Hi

    I am presuming in the <head> area of my wp site the lines of code would be added?

    I have a CORS policy issue and I am trying to solve with plugin. ANd maybe I have misunderstood what its function is.

    But see here: https://www.screencast.com/t/EsMV4dVi

    I thought I set up correctly? but maybe not? Can you help?

Viewing 1 replies (of 1 total)
  • Plugin Author Dimitar Ivanov

    (@zinoui)

    Hi @wood1e

    This plugin add headers in the HTTP response (no meta tags are used).
    Headers are sent via one of the following:
    a) .htaccess file (when plugin is in Apache mode)
    b) php header() function (when plugin is in PHP mode)

    In you screenshot I can see you’ve used a full page URL, but not an “origin” which is only protocol + domain name + (eventually port number), so in your case it should be: https://www.wolfrace.co.uk

Viewing 1 replies (of 1 total)
  • The topic ‘Unsure if the plugin is working’ is closed to new replies.