CINXE.COM

HTTP/1.1 demos

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <!-- Created with AOLpress/2.0 --> <TITLE>HTTP/1.1 demos</TITLE> <!-- Changed by: Yves Lafon, 22-Feb-1999 --> <STYLE TYPE="text/css"> .right { float: right; margin-bottom: 60; } .left { float: left; } </STYLE> </HEAD> <BODY BGCOLOR="white"> <P> <A HREF=".."><IMG CLASS="left" SRC="/icons/jigsaw" ALT="Jigsaw" BORDER="0" WIDTH="212" HEIGHT="49"></A> <IMG CLASS="right" SRC="/icons/jigpower.gif" WIDTH="94" HEIGHT="52" ALT="Jigsaw Powered !" BORDER="0" ALIGN="Right"> <H1> A set of HTTP/1.1 features </H1> <P> <HR> <P> <B>DISCLAIMER</B>: <B>Jigsaw</B> tries to implement all features of HTTP/1.1, it has not however reached a <I>Refernce Implementation</I> status of any sort with regard to HTTP/1.1. This "test suite" has been established temporarily, in particular: <UL> <LI> We do not guarantee protocol conformance on any of the tests, <LI> This service must not be refered to as a "conforming testing" <LI> This service must not be mentioned in any commercial like situation </UL> <P> <HR> <P> You're looking for a server implementing a specific HTTP/1.1 feature ? If that feature is not in the included list below, send mail to <A HREF="mailto:jigsaw@w3.org">jigsaw@w3.org</A>. <P> <TABLE BORDER CELLPADDING="2"> <TR> <TD><A HREF="ChunkedScript">Chunk Encoding</A></TD> <TD><B>Jigsaw</B> will chunk encode any stream that needs to be chunk encoded automatically, when possible. This link points to a CGI script, whose output will be chunk encoded if you're using an HTTP/1.1 client.</TD> </TR> <TR> <TD><A HREF="TE/foo.txt">TE</A></TD> <TD><B>Jigsaw</B> will serve you this text file, according to the transfer-encoding present in the request. It can serve the resource using gzip or deflate compression scheme. </TR> <TR> <TD><A HREF="TE/bar.txt">TE (bis)</A></TD> <TD><B>Jigsaw</B> will serve you this text file, according to the transfer-encoding present in the request. It can serve the resource using gzip or deflate compression scheme, the data comes from another resource, so a Content-Location: header is added. </TR> <TR> <TD><A HREF="connection.html">Connection</A></TD> <TD>The <I>Connection</I> header is used in HTTP/1.1 to mark a header as "hop-by-hop" only. Proxies, for example, should remove header listed&nbsp;in&nbsp;<I>Connection</I>.</TD> </TR> <TR> <TD><A HREF="cc.html">Cache-Control </A>&nbsp;(max-age)</TD> <TD><B>Jigsaw</B> will always emit appropriate <I>Cache-Control</I> info. This link points to a page whose cache control <I>max-age</I> value has been set to 120 seconds.</TD> </TR> <TR> <TD><A HREF="cc-private.html">Cache-Control </A>(private)</TD> <TD>This links points to a page that will be&nbsp;served with a <I>private</I> cache control directive.</TD> </TR> <TR> <TD><A HREF="cc-proxy-revalidate.html">Cache-Control </A>(proxy-revalidate)</TD> <TD>This links point to a page that will be served with a <I>proxy-revalidate</I> cache control directive.</TD> </TR> <TR> <TD><A HREF="cc-nocache.html">Cache-Control</A> (no-cache)</TD> <TD>This links points to a page which has &nbsp;a fake <I>Set-Cookie</I> header, and which include a <I>Cache-Control: no-cache="Set-Cookie"</I> header. Meant to test proxies.</TD> </TR> <TR> <TD><A HREF="h-content-md5.html">Content-MD5</A></TD> <TD>This links points to a resource served with its MD5 digest. It gives an indication that the integrity of the entity body has been respected. Note that it only for accidental modification or errors, not to check for malicious attacks.<BR>In this example, the value should be:<BR> <I>Content-Md5: 0TMnkhCZtrIjdTtJk6x3+Q==</I> </TD> </TR> <TR> <TD><A HREF="h-retry-after.html">Retry-After</A> (delay)</TD> <TD>This link points to something which can be unavailable, depending on the date and time. If it is not available, it will give the delay of expected unavailability.</TD> </TR> <TR> <TD><A HREF="h-retry-after-date.html">Retry-After</A> (date)</TD> <TD>This link points to something which can be unavailable, depending on the date and time. If it is not available, it will give the date of expected availability.</TD> </TR> <TR> <TD><A HREF="neg">300 Multiple Choices</A></TD> <TD>This link points to a resource which can give two resources. One for <EM>text/html</EM>, one for <EM>text/plain</EM>. If you have the same quality level for both, the server will return a <EM>300 Multiple Choices</EM> along with a list of available variants. </TD> </TR> <TR> <TD><A HREF="negbad">406 Not Acceptable</A></TD> <TD>This link points to a resource which cannot be served, according to the <EM>Accept</EM> header sent. The server will return a <EM>406 Not Acceptable</EM> to notify the failure of the request. </TD> </TR> <TR> <TD><A HREF="400/toolong/">414 Request-URI Too Long</A></TD> <TD>This link points to a resource which cannot be served, as the URI to reach it will be too long. The server will return a <EM>414 Request-URI Too Long</EM> to notify the failure of the request. </TD> </TR> <TR> <TD><A HREF="300/">Redirect test page</A></TD> <TD>This link point to a page demonstrating some redirect response codes. </TD> </TR> <TR> <TD><A HREF="Basic/">Basic Authentication test</A></TD> <TD>This link point to a protected resource, to access it, the user is "guest" and the password is also "guest". </TD> </TR> <TR> <TD><A HREF="Digest/">Digest Authentication test</A></TD> <TD>This link point to a protected resource, to access it, the user is "guest" and the password is also "guest". This page is protected using <A HREF="ftp://ftp.ietf.org/internet-drafts/draft-ietf-http-authentication-03.txt">Digest Authentication</A>. </TD> </TR> <TR> <TD><A HREF="CL/">Content-Location test</A></TD> <TD>This link point to resource whose content is in another directory. The computation of the base URI of this document has to be done according to the <code>Content-Location</code> header sent by the server. </TD> </TR> </TABLE> <P> </BODY></HTML>

Pages: 1 2 3 4 5 6 7 8 9 10