Search the web
Sign In
New User? Sign Up
http-compliance · discussion about HTTP compliance testing and tests
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 80 - 111 of 117   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
80
hello all, Anybody from this group has gone for Conformacne on HTTP, pls reply back to me, so that i can clear my doubts. Looking forward for ur help. Jacky ...
Jacky Costen
catch2jacky
Offline Send Email
Jan 2, 2002
9:19 am
81
Hello I have written a HTTP sever in C++/ According to the RFC 2616 Section 4.2 it seems that the HTTP headers can span over multiple lines if the line is...
Aniruddha Shevade
ashevade@...
Send Email
Jan 24, 2002
11:45 pm
82
... Yes, working with human-oriented formats like HTTP using machine-oriented languages like C/C++ is difficult. ... Section 4.2 does not contain explicit...
Alex Rousskov
rousskov@...
Send Email
Jan 25, 2002
12:33 am
83
... Is that like the Death Star being fully operational? Sorry... lost it there for a minute. While we're all here, have a look at [1]; if you're aware of any ...
Mark Nottingham
mnotting
Online Now Send Email
Jan 25, 2002
6:36 am
84
... I think you are missing Proxy-Authentication-Info from RFC 2617. Alex,...
Alex Rousskov
rousskov@...
Send Email
Jan 25, 2002
4:05 pm
86
hello all, Any body having the Test suite for HTTP Server .. if so plse post it here bcoz i want to test my http server performance Thanks in Advance Kamaraj...
sure_future
Offline Send Email
Mar 26, 2002
1:58 pm
87
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!...
refaseara
Offline Send Email
Apr 3, 2002
4:27 pm
89
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,...
Mark Nottingham
mnotting
Online Now Send Email
Jun 11, 2002
4:12 am
90
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...
Carl Kugler
carlk3
Online Now Send Email
Jun 11, 2002
3:28 pm
91
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...
Alex Rousskov
rousskov@...
Send Email
Jun 11, 2002
4:17 pm
92
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...
Mark Nottingham
mnotting
Online Now Send Email
Jun 11, 2002
4:59 pm
93
... 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...
Alex Rousskov
rousskov@...
Send Email
Jun 11, 2002
5:07 pm
94
[Alex Rousskov: Tue, Jun 11, 2002 at 11:07:10AM -0600] ... f) 100 continue -Patrick...
Patrick McManus
mcmanus@...
Send Email
Jun 11, 2002
5:14 pm
95
... g) nothing (i.e., the recipient [erroneously] waits for more data, without sending 100 continue) Alex....
Alex Rousskov
rousskov@...
Send Email
Jun 11, 2002
5:24 pm
96
h) 413 Request Entity Too Large. -Carl Alex Rousskov <rousskov@...> 06/11/2002 11:24 AM Please respond to http-compliance To:...
Carl Kugler
carlk3
Online Now Send Email
Jun 11, 2002
5:37 pm
97
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...
Alex Rousskov
rousskov@...
Send Email
Jun 12, 2002
12:37 am
98
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...
François Gournay
francois.gournay@...
Send Email
Aug 5, 2002
3:23 pm
99
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...
darin@...
Send Email
Aug 5, 2002
4:39 pm
100
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...
Gayathri Ramakrishnan
gaya377
Offline Send Email
Aug 6, 2002
4:00 am
101
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...
Alex Rousskov
rousskov@...
Send Email
Aug 6, 2002
2:57 pm
102
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...
shivkumartv
Offline Send Email
Apr 7, 2003
10:43 pm
103
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...
chris_pressey
Offline Send Email
Jun 3, 2003
2:10 am
104
... 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...
Alex Rousskov
rousskov@...
Send Email
Jun 3, 2003
4:58 am
105
... 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...
chris_pressey
Offline Send Email
Jun 4, 2003
9:34 pm
106
... 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...
Alex Rousskov
rousskov@...
Send Email
Jun 4, 2003
10:33 pm
107
... Thanks for all the pointers. I'll make sure to include your name in the credits under "compliancy help". :) -Chris...
chris_pressey
Offline Send Email
Jun 28, 2003
6:53 pm
108
-- FYI. No apologies to cross-subscribers for cross-posting. Alex. ... Date: Tue, 16 Sep 2003 12:33:52 -0600 (MDT) From: Alex Rousskov...
Alex Rousskov
rousskov@...
Send Email
Sep 16, 2003
8:14 pm
109
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...
Chris Pressey
chris_pressey
Offline Send Email
Oct 1, 2003
5:25 am
110
... if If-Unmodified-Since is present respond with 412 Precondition Failed ... ...in other words, pessimistically assume the resource has changed. -Chris ...
Chris Pressey
chris_pressey
Offline Send Email
Oct 2, 2003
4:19 am
111
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...
colin_cj_macdonald
colin_cj_mac...
Offline Send Email
Jan 29, 2004
4:55 pm
Messages 80 - 111 of 117   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help