This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Http GET Method over SSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Http GET Method over SSL" Watch "Http GET Method over SSL" New topic
Author

Http GET Method over SSL

Prakash Dwivedi
Ranch Hand

Joined: Sep 28, 2002
Posts: 452
Hello friends,

In my project, I am considering using Http GET method to send some important information (I know this not why we should be using GET but that us another issue). I will be sending this information over SSL.

My question is, will the browser encrypt query-string information before sending it over the wire?

Thanks in the anticipation, any reference link is highly appreciated.


Prakash Dwivedi (SCJP2, SCWCD, SCBCD)
"Failure is not when you fall down, Its only when you don't get up again"
Matt Cartwright
Ranch Hand

Joined: Aug 25, 2008
Posts: 149

yes it will
have a look here

M
 
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: Http GET Method over SSL
 
Similar Threads
servlet response does not show ssl insignia
ques about SSL
URL and HTTPS
How dows Https really work?
Web Service SSL Client