I am developing an app and just moved it behind a Shibboleth SSO running on Apache. Static pages behind Shibboleth work as expected, but when I use fetch("test.html")
I get a CORS error. I have tried this with jQuery's $.ajax
command, and I do not get the CORS error.
What is missing from the fetch
command that jQuery fixes for me?