| Author |
how to redirect from HTTPS to HTTP
|
bhaskar ganapathi
Greenhorn
Joined: Aug 11, 2005
Posts: 15
|
|
our web site is a ecommerece site.i am redirecting to Https from http for payment details page(where user enters creditcard number). after sucessful transaction again i want redirect from https to http. any idea how to do that?
|
Bhaskar G
|
 |
Deepak Kaimal
Greenhorn
Joined: Aug 30, 2005
Posts: 13
|
|
Isn't this more related to servlets? Have you tried response.sendRedirect("http://foo/bar ...") ?
|
 |
 |
|
|
subject: how to redirect from HTTPS to HTTP
|
|
|