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 Using  HTTPS protocol 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 "Using  HTTPS protocol" Watch "Using  HTTPS protocol" New topic
Author

Using HTTPS protocol

Sobha Pamarthi
Greenhorn

Joined: Jan 09, 2004
Posts: 1
Hi,
I configured Tomcat 4.1 to work with HTTPS protocol. And am using URL encoding(Query String) to pass parameters to
subsequent screens. But I don't want the User to understand what parameters am passing to the next screen. Please help
me how to achieve this. Heard that HTTPS will encrypt and decrypt the Query String. We are using J2SDK 1.4.1_04.

Presently am sending secure information thru session. How this impacts the overall peformance? Will it be more fast
and efficient with regard to performance if I use query string to pass the parameters or setting them to session.

Thanxs & Regards
SP
 
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: Using HTTPS protocol
 
Similar Threads
query string in HTTPS get request
Forwarding to a URL outside the container
How does servlet know which url to open?
get parameter in Servlet in different way
sendRedirect(singlesignon)