Hi
I have a strange problem...
I use redirect action to redirect the user to a payment gateway. In CF 5 it looks like this:
In CF6 URL is this:
If redirect starts, first I get a warning message from Firfox telling me that I try to access a non secure URL (no https). After I get redirected to the payment rejected page.
Any idea why same URL is not working in CF 6?
Thanks a lot.
Regards
Patrick
I have a strange problem...
I use redirect action to redirect the user to a payment gateway. In CF 5 it looks like this:
https://payment.mypaymentprovider.com/upp/Start.jspWorks fine.
In CF6 URL is this:
{url:https://payment.mypaymentprovider.com/upp/Start.jsp}
If redirect starts, first I get a warning message from Firfox telling me that I try to access a non secure URL (no https). After I get redirected to the payment rejected page.
Any idea why same URL is not working in CF 6?
Thanks a lot.
Regards
Patrick