File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes how to redirect from HTTPS to HTTP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "how to redirect from HTTPS to HTTP" Watch "how to redirect from HTTPS to HTTP" New topic
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 ...") ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to redirect from HTTPS to HTTP
 
Similar Threads
Session is not preserverd whn sendRedirect is used ???
Putting up Textbox for user log in
Https to Http
Redirecting from one server to another
Web server config to redirect http request to https