I have image handler working fine on HTTP. But The same page when access using https its not showing up the image. When check browser console for errors its showing "ERR_INSECURE_RESPONSE".
This usually occurs when you try to load content from http site into https site. This results into Mixed-Content error.
On http page you can load contents from http or https both but when you are on https site then you can load contents like images or iframe only from https sites.
In this case i assume that the site which is sending request is on https but your ashx page is on http site.
Related
I have a website https://mycpadashboard.com/. I have installed SSL to it but whenever I upload media it first creates an image URL with HTTP, not with HTTPS. Though when I clicked on HTTP generated image URL it is redirecting which is a good thing. But I am performing a technical audit and they are showing me warnings that some of the URLs(same non HTTP images) are having HTTP links. I have checked all the settings.
Please advise.
Thanks
Go to wp-options from database php my admin and change the link from http to https. so your all images will convert to https.
I just saw an image of playstore in footer with http URL.
After I moved my website from Http to Https, now when I click on a http link on the page, directs me to https link.
I changed all 'http's to 'https' using a plugin in wordpress. Now Website works perfectly, but every single external links in the page directes me automatically to https.
I tried WP-Elementor and added new http links, but still directs me to https.
Plugin which you use for redirect url from http to https is redirect all the link without checking the domain. you need to use plugin which is check the domain. and your domain links only redirect from http to https. As of me good plugin to redirect from http to https is Really Simple SSL.
I'm trying to inject the following iframe onto my https website:
Screenshot of code
Is it possible to use a http iframe on an https website?
This is the error I receive when I inject it currently:
The webpage at https://trk.slvrbck.net/aff_ad?campaign_id=191&aff_id=25171&format=iframe might be temporarily down or it may have moved permanently to a new web address.
Thanks!
you may include your http iframe in an https website. The https site will encrypt the http iframe once its data is being sent from client to server.
getting it to work is another deal on its own :
refer to this to get it to work
How to allow http content within an iframe on a https site
I have main page which opens via http. On this page I open iframe with same domain but via https and get error message:
Blocked a frame with origin "https://example.com" from accessing a
cross-origin frame
Is it possible?
If the main page (http) could access the iframe (https) it will be a security problem!
More informations this security feature: https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy
Just move the main page to https, it will solve your problem and secure your visitors.
I created the page in wordpress and set it https by the use wordpress https plugin. I have the problem that when I go to the http page link to the https page it shows in https. I want the rest of the pages should display in http when I go to the https link to http. How can I do it?
Thanks
There is a option in the https plugin,
"forced the external links"
check this option to display the pages in https only in case user goes to the https to http page. It does't display the http page in https. It displayed the selected pages in https.