简体   繁体   中英

Errors of mixed content while loading page in iframe from https to https

I am trying to load page in iframe through https on https page, but get error of mixed content. ( https://prnt.sc/h4qdir )

The requested url

Error:

#

Mixed Content: The page at ' https://auto-dina.ru/purchase/finance/credit/calc/?back_url=~y7YDI&pl=Y&MODEL=touareg&COMP=touareg_v6&PRICE=3598500 ' was loaded over HTTPS, but requested an insecure resource ' http://cars.volkswagen.ru/credit/garant/touareg/?complect=touareg_v6&price=3598500&mode=iframe&view=no-form '. This request has been blocked; the content must be served over HTTPS.

#

I found that URL hadn't slash '/' after model code. Apparently, on requested site in .htaccess file rule for redirect to '/' is above https rule, or something like that. In any case, adding slash in URL address solved my problem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM