What is an example of a website/service which _isn't_ REST?

Posted by montooner on Stack Overflow See other posts from Stack Overflow or by montooner
Published on 2010-03-14T22:40:39Z Indexed on 2010/03/14 22:45 UTC
Read the original article Hit count: 307

So I just started digging into web tech, and I'm stuck on the concept of REST. Could someone clarify REST by giving me an example of what isn't rest?

So, as far as I can tell, REST requires the server and client to both be in the same state at the end of every request-response HTTP transfer. Does that sound right?

My understanding is that, if a client stores state information locally (which the server does not know about), that service is NOT rest.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about rest

Related posts about restful-web-services