Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > HTTP and HTTPS

Reply
Thread Tools

HTTP and HTTPS

 
 
Tonik
Guest
Posts: n/a
 
      10-20-2005
Hello,

Does can anyone explain why HTTP a stateless protocol and HTTPS is a
stateful protol. In my understanding they both make stateless requests
to the server. Is it that HTTPS only maintains a state for the ssl
communication but it cant be used in the web applications in any way.

Regards,

Toni Karhu
http://www.tonik.net

 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      10-20-2005
On 20 Oct 2005 06:17:04 -0700, "Tonik" <> wrote or
quoted :

>Does can anyone explain why HTTP a stateless protocol and HTTPS is a
>stateful protol.


One piece of state for https is the key which presumably is not
renegotiated at every transaction. (Is it?). HTTP piggybacks on
TCP/IP which does have state.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
 
Reply With Quote
 
 
 
 
Thomas Hawtin
Guest
Posts: n/a
 
      10-21-2005
Tonik wrote:
>
> Does can anyone explain why HTTP a stateless protocol and HTTPS is a
> stateful protol. In my understanding they both make stateless requests
> to the server. Is it that HTTPS only maintains a state for the ssl
> communication but it cant be used in the web applications in any way.


HTTP opens a new connection for each request. HTTPS reuses the same
connection. At least that used to be the case many years ago. These days
it's just one author copying another, possibly with some explanation
worked backwards. The distinction is irrelevant.

Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP SOAP/HTTP GET/HTTP POST milan_9211 Software 0 01-10-2011 02:10 PM
server side redirect https => https NOT working Axel ASP General 8 04-27-2009 02:02 AM
https authentication & storing https page in string Naveen Dhanuka Ruby 1 09-19-2007 02:05 PM
open-uri and HTTPS, or net/https with a redirect jotto Ruby 4 10-02-2006 07:26 AM
asp.net and chaning betten http and https Darren Clark ASP .Net 1 08-20-2004 10:58 AM



Advertisments