I have a computer with prtg running on subdomain1.domain.com and a web server running on subdomain2.domain.com which has a page with javascript that I am trying to get an ajax request to get sensor details via the PRTG API.
When I do this I get the CORS error to say that its from another domain. So I followed the instructions at https://kb.paessler.com/en/topic/65707-using-the-api-getting-cors-errors but I still get the error. Even restarted the computer after adding the registry key (and the key is set to the value that is in the CORS error in the chrome console, so I know it is correct). Why is PRTG not picking up this change?
Add comment