Hello forum!
I ran into a problem with a CORS due to Client <--> Netscaler being on HTTPS but Netscaler <--> DW backend being on HTTP.
For example when I try to fetch news in the admin frontpage I get this console error:
"Mixed Content: The page at 'https://www.mysite.is/Admin/Default' was loaded over HTTPS, but requested an insecure script 'http://dynamicweb.com/dashboard-news?callback=jQuery21106735912478403767_1515070089226&Name=&format=json&_=1515070089227'. This request has been blocked; the content must be served over HTTPS."
This is also happening when I try to post the CreateProfile form for the websites newsletter:
"Mixed Content: The page at 'https://www.mysite.is/Default.aspx?ID=1&Purge=True' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.mysite.is/Default.aspx?ID=1&CreatedProfile=True'. This request has been blocked; the content must be served over HTTPS."
Since these HTTP redirects are being requested by the server I am not sure how I should go about changing this.
Any suggestions/ideas are well appreciated.
Best regards
Snævar