A big river

Solution: The page at 'XXXX' was loaded over HTTPS

Problem details: 'Mixed Content: The page at' XXXX 'was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'XXXX‘. This request has been blocked; the content must be served over HTTPS.’

The reason is that the current website is an interactive way of HTTPS protocol, but HTTP requests appear on the page. Of course, you can manually modify the HTTP link of the page. If you can't manually, you can try the following scheme.

Scheme I:

Force the request protocol sent by the web page to be set to HTTPS. Add the following code to the page. Note that your domain name needs to provide HTTPS support in this scheme.

 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

Scheme II:

Generally speaking, this kind of request is rejected by the browser. We can cancel it by modifying the browsing settings to google Of chrome For example, it can be modified by reference (this setting is for a single website, and multiple websites need to be modified one by one)

(End)

Comment

◎ Express your opinions, exchange your opinions, and keep friendly remarks.

search
Recent messages
Recently published
Site Label