Title: GET parameters are duplicated when using HTTPS
Last modified: August 20, 2016

---

# GET parameters are duplicated when using HTTPS

 *  [jesus_internet](https://wordpress.org/support/users/jesus_internet/)
 * (@jesus_internet)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/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=7](https://…/?page_id=968&id_album=15&id_aula=7)
 * It 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](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](https://…/?page_id=968&id_album=15)
   The redirection is changed to [https://…/?id_album=15?id_album=15](https://…/?id_album=15?id_album=15)
   and it does not work…
 * Thanks
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/get-parameters-are-duplicated-when-using-https/#post-3579163)
 * Thanks for reporting this. I don’t have any immediate fixes, but I’ve noted this
   as a bug that I can hopefully fix soon.

Viewing 1 replies (of 1 total)

The topic ‘GET parameters are duplicated when using HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/get-parameters-are-duplicated-when-using-https/#post-3579163)
 * Status: not resolved