Re: Is 303 really necessary - demo

Hi,

These are the responses debugging with Curl

curl -I http://iandavis.com/2010/303/toucan
HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 17:04:42 GMT
Server: Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 PHP/5.2.4-2ubuntu5.10 with
Suhosin-Patch mod_wsgi/1.3 Python/2.5.2
Content-Location: toucan.rdf
Vary: negotiate
TCN: choice
Last-Modified: Fri, 05 Nov 2010 09:24:27 GMT
ETag: "264186-403-4944ad745a8c0;4944ad754eb00"
Accept-Ranges: bytes
Content-Length: 1027
Content-Type: application/rdf+xml; qs=0.9

curl -I http://iandavis.com/2010/303/toucan.rdf
HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 17:04:31 GMT
Server: Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 PHP/5.2.4-2ubuntu5.10 with
Suhosin-Patch mod_wsgi/1.3 Python/2.5.2
Last-Modified: Fri, 05 Nov 2010 09:24:27 GMT
ETag: "264186-403-4944ad745a8c0"
Accept-Ranges: bytes
Content-Length: 1027
Content-Type: application/rdf+xml; qs=0.9

Cheers.

2010/11/5 David Wood <david@3roundstones.com>

>
> On Nov 5, 2010, at 08:37, Nathan wrote:
>
> > Ian Davis wrote:
> >> Hi all,
> >> To aid discussion I create a small demo of the idea put forth in my
> >> blog post http://iand.posterous.com/is-303-really-necessary
> >> Here is the URI of a toucan:
> >> http://iandavis.com/2010/303/toucan
> >
> > Ian, where's the demo of /toucan#frag so everybody can see that you can
> use 200 OK *and* keep the graph clean? will you give it fair air time in the
> (non-)debate? will you show us a comparison of the two and benefits of each?
> >
> >> does this break the web  and if so, how?
> >
> > Of course it doesn't break the web, anybody who says that being HTTP
> friendly breaks the web is clearly wrong.
> >
> > Wrong question, correct question is "if I 200 OK will people think this
> is a document", to which the answer is yes. You're toucan is a :Document.
> >
>
> Agreed.  That's my problem with this approach.
>
> Regards,
> Dave
>
>
>
>
>


-- 
Iker

Received on Friday, 5 November 2010 17:09:07 UTC