Hi all, I am having a problem with Access-Control-Allow-Origin
I took the sample NetTalk Login code, and made a few cosmetic changes to reflect the name of my project, and built it and shipped it to a live server. See
http://kgoffice.co.za which instantly and gracefully redirects the user to
https://kgoffice.co.zaPerfect!
If I use
https://websniffer.cc/?url=https://kgoffice.co.za/ it shows (amongst other things in the header)
Access-Control-Allow-Origin: *
which is correct, and the default.
However a lot of security review programs and websites complain that Access-Control-Allow-Origin should not be set to "*" but should be set to
https://kgoffice.co.zaI tried changing it in the live server settings. See attachment ServerSettings.jpg
But this hasn't changed anything.
https://websniffer.cc/?url=https://kgoffice.co.za/still shows the Access-Control-Allow-Origin header as "*", even after closing the server and starting it again.
What should I be doing differently?