HTTP Access HTTPS Administration
-
My users access my blog over HTTP, and I administer my blog using HTTPS. When accessing my administration panel via HTTPS (WordPress HTTPS plugin), the Google Publisher settings page is completely blank (filtered out as if the iframe is accessing an HTTP URL). When I access the administration panel via HTTP, it works fine. My website is configured to use HTTP under general settings.
Looking at the page source, the iframe src tag starts as follows:
src="https://publisherplugin.google.com?site=http%3A%2F%2F ... adminUrl=https%3A%2F%2F ...
Looking at the iframe contents with Google Chrome DevTools, I can see that the body tag is as follows:
<body style="visibility: hidden;">
I can get the content to show by manually setting the visibility, but it is a bit of a hack. Any ideas how this made it in there, or how to fix it?
- The topic ‘HTTP Access HTTPS Administration’ is closed to new replies.