GET parameters are duplicated when using HTTPS
-
Hello…
I am using PHP-snippets plugin to put php in my wordpress…
I have a GET redirection from PHP to page_id as you can see here:
https://…/?page_id=968&id_album=15&id_aula=7It was working properly but when I put this page as HTTPS secure, the parameters id_album and id_aula are duplicated in the URL:
https://…/?id_album=14&id_aula=7?id_album=14&id_aula=7
This is due to https because before activating the HTTPS the parameters weren’t duplicated… Sometimes only one parameter in the url, the redirection fails:
For example if we have:
https://…/?page_id=968&id_album=15
The redirection is changed to
https://…/?id_album=15?id_album=15
and it does not work…Thanks
https://www.ads-software.com/extend/plugins/wordpress-https/
- The topic ‘GET parameters are duplicated when using HTTPS’ is closed to new replies.