Upload Handler

I've build a server based on this demo "C:\Users\Public\Documents\tmssoftware\TMS WEB Core Demos\Basics\Upload\server\UploadHandler.dpr" .
The webcore site using ssl gives the following error in its request. What should we do to fix this error?

ERROR : aaaaa.js?ver=1.1:1 Mixed Content: The page at 'https://beta5.aaaaa.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://media.aaaaa.com:8088/upload'. This request has been blocked; the content must be served over HTTPS.

Sample UploadHandler is built with TIdHTTPServer and not SSL enabled, i.e. works over HTTP only. You'll need to SSL enable this server if you want to upload over HTTPS.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.