I made a cusom tab where I call an API. The API is only available over HTTP.
My Umbraco is loaded over HTTPS.
I got the error, that reauest has been blocked, because it isn't secure.
Error:
Mixed Content: The page at 'https://[my page]' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://[API-URL]'. This request has been blocked; the content must be served over HTTPS.
You can chose to allow insecure data in Chrome and Firefox. Now I made a text, hot wo allow insecure content and it is working. If you find a better way, please let me know
Request an insecure XMLHttpRequest endpoint
I made a cusom tab where I call an API. The API is only available over HTTP. My Umbraco is loaded over HTTPS.
I got the error, that reauest has been blocked, because it isn't secure.
Error:
How can I call my API?
I have found a workaround for this.
You can chose to allow insecure data in Chrome and Firefox. Now I made a text, hot wo allow insecure content and it is working. If you find a better way, please let me know
is working on a reply...