I have a website running with couchcms which sends the form data to an other couchcms instance which serves as a backend. So one site only website (Page A) with a form, other site gathering the input data and creating cloned pages and doing other stuff (Page B).
So after sending a form from A to B, B processes the submitted data with the GPC tag and adds a cloned page with db_persist tag, then redirects the visitor to page A with a redirect tag.
This worked pretty well until I added HTTPS protocol to both pages and the form sends the data to https://B. Instead of redirecting back to page A, I get the empty page saying "Cheating?!".
When I point https://A to http:/B, then it workes again. But I would like to have it to work with secure target link to B as well, since otherwise the page is stated as non secure because of mixed secured and non secured links.
Anyone an idea how to wolve this?
Kind regards,
Olliwalli
So after sending a form from A to B, B processes the submitted data with the GPC tag and adds a cloned page with db_persist tag, then redirects the visitor to page A with a redirect tag.
This worked pretty well until I added HTTPS protocol to both pages and the form sends the data to https://B. Instead of redirecting back to page A, I get the empty page saying "Cheating?!".
When I point https://A to http:/B, then it workes again. But I would like to have it to work with secure target link to B as well, since otherwise the page is stated as non secure because of mixed secured and non secured links.
Anyone an idea how to wolve this?
Kind regards,
Olliwalli