I've been looking for a place to find a credit card. Here it is. My credit was really bad but, they where able to appove me! Check it out! Click on link Below!...
89
Mark Nottingham
mnotting
Jun 11, 2002 4:12 am
Can someone remind me what the state of the art is re: chunked POST? From what I can see, it's allowed, but there's not a good interoperability story with 1.0,...
90
Carl Kugler
carlk3
Jun 11, 2002 3:28 pm
Mark- I can't speak for the official position. The primary interoperability problem is due to CGI 1.1 (and earlier). CGI REQUIRES a CONTENT-LENGTH. Some...
91
Alex Rousskov
rousskov@...
Jun 11, 2002 4:17 pm
Mark, FYI: Since supporting chunked encoded _messages_ is a MUST, our HTTP compliance test suite has test cases that use chunked _requests_. So far, none of...
92
Mark Nottingham
mnotting
Jun 11, 2002 4:59 pm
Thanks. So, from a client perspective, they might expect any of the following behaviours when sending a chunked POST; a) success b) 411 Length Required c) 5xx...
93
Alex Rousskov
rousskov@...
Jun 11, 2002 5:07 pm
... e) a malformed/invalid message reaches the server (proxy corrupts message body and/or headers because it does not understand what is going on); the server...
94
Patrick McManus
mcmanus@...
Jun 11, 2002 5:14 pm
[Alex Rousskov: Tue, Jun 11, 2002 at 11:07:10AM -0600] ... f) 100 continue -Patrick...
95
Alex Rousskov
rousskov@...
Jun 11, 2002 5:24 pm
... g) nothing (i.e., the recipient [erroneously] waits for more data, without sending 100 continue) Alex....
96
Carl Kugler
carlk3
Jun 11, 2002 5:37 pm
h) 413 Request Entity Too Large. -Carl Alex Rousskov <rousskov@...> 06/11/2002 11:24 AM Please respond to http-compliance To:...
97
Alex Rousskov
rousskov@...
Jun 12, 2002 12:37 am
Hi, I cannot decide if the following is a MUST-level requirement (i.e., its violation prevents RFC 2616 compliance, even conditional): 13.10 Invalidation After...
98
François Gournay
francois.gournay@...
Aug 5, 2002 3:23 pm
We have developed an HTTP Proxy and I need to test that it is HTTP 1.0 and 1.1 compliant. Is there any automated tool to do this? Thanx in advance. -- Francois...
99
darin@...
Aug 5, 2002 4:39 pm
François, I'm not aware of any generic tool available for testing HTTP/1.x compliance, but I would like to point out that there are some aspects of HTTP/1.1...
100
Gayathri Ramakrishnan
gaya377
Aug 6, 2002 4:00 am
Hi, We have a fully automated HTTP Complaince Test Tool, designed to carry out both 1.0 and 1.1 specific tests on a HTTP Proxy and thereby determine the level...
101
Alex Rousskov
rousskov@...
Aug 6, 2002 2:57 pm
For the record: Co-Advisor, another fully automated HTTP complaince test suite is available at http://coad.measurement-factory.com/ You can use the on-line...
102
shivkumartv
Apr 7, 2003 10:43 pm
HI gayathri, can you send me details about the HTTP complaince test tool, I am planning to test my proxy with it, I am specifically looking at security issues...
103
chris_pressey
Jun 3, 2003 2:10 am
Hi, I'm writing a minimal HTTP/1.1 origin server and I'm striving for conditional compliance. I have a couple of newbie questions about whether Conditional GET...
104
Alex Rousskov
rousskov@...
Jun 3, 2003 4:58 am
... There is no clear/single MUST that says "the server MUST support a conditional or partial GET", I think. However, you may still get a practical answer to...
105
chris_pressey
Jun 4, 2003 9:34 pm
... at ... must ... Thanks for your reply. Two of my primary design goals are conditional compliance and simplicity, so I'd like to be able to reduce this...
106
Alex Rousskov
rousskov@...
Jun 4, 2003 10:33 pm
... Except for If-Match: * ... Except for If-None-Match: * especially for non-GET/HEAD methods. ... In general, your server may be serving content that was...
107
chris_pressey
Jun 28, 2003 6:53 pm
... Thanks for all the pointers. I'll make sure to include your name in the credits under "compliancy help". :) -Chris...
108
Alex Rousskov
rousskov@...
Sep 16, 2003 8:14 pm
-- FYI. No apologies to cross-subscribers for cross-posting. Alex. ... Date: Tue, 16 Sep 2003 12:33:52 -0600 (MDT) From: Alex Rousskov...
109
Chris Pressey
chris_pressey
Oct 1, 2003 5:25 am
Hello again, ... Well, it took me a little longer than days :) (Actually, I just hadn't had time to work on it over the summer.) I think I have come up with an...
110
Chris Pressey
chris_pressey
Oct 2, 2003 4:19 am
... if If-Unmodified-Since is present respond with 412 Precondition Failed ... ...in other words, pessimistically assume the resource has changed. -Chris ...
111
colin_cj_macdonald
colin_cj_mac...
Jan 29, 2004 4:55 pm
Hey ho all, I'm currently pruning 2616 down to a list of the actual requirements, but it occurs to me that someone must (MUST) have done this already. Can...
112
Alex Rousskov
rousskov@...
Jan 29, 2004 5:20 pm
... A list of MUST-level requirements (cross-linked with the RFC 2026 text and test cases, where applicable) is a part of the Co-Advisor test suite: ...
113
Dave Potts
davegoopot
May 23, 2004 1:58 am
Hello, I've noticed the following behaviour between ie version 5, 5.5 and 6... If the browser makes a GET request that returns a HTML page that references...
114
ripuda
May 23, 2004 1:58 am
Hi all, we have been developing a HTTP/1.1 server that will support cgi scripts. please any body let me know how should i get the output of a cgi or perl...
115
Alex Rousskov
rousskov@...
May 23, 2004 4:19 am
... The exact solution would depend on your programming language, libraries you can use, operating system, desired performance, and a set of features you want...
116
ripuda
May 30, 2004 2:44 pm
Hello, We have been developing a Server with considering only MUST requirments. but we r facing a problem to input and get output from a CGI script without...
117
isabelgomezmiragaya
isabelgomezm...
Nov 21, 2005 9:44 pm
Hi all! Do you know any existing tool that would validate an HTTP Response and make sure it is compliant with RFC 2616? Thanks in advance, Isabel...