WP SSL non non-secure pages: https:// => http:// change
-
Hi all,
my site is calling an external JavaScript through a function that calls an external https:// url through a sidebar text widget. “Remove Unsecure Elements” is set to false.
On pages where “Secure Post” is active, this works perfectly
On pages where “Secure Post” is inactive, the plugin removes the “s” from the url and rewrites the URL into http://<path>, leading to a 404 response from the external siteFrom the debug log:
[FIXED] Element: <script> https://ssl.<path> => http://ssl.<path>
[END WordPress HTTPS Debug Log]How can I prevent this rewriting? Any help would be greatly appreciated.
Thanks!
fktc
The topic ‘WP SSL non non-secure pages: https:// => http:// change’ is closed to new replies.