-
about HTTP
Good Morning Everyone,
I did a Very simple web Server and Web Browser. Now I met a problem.
when I send "GET" or "POST" request to my Server, from Server Side, it receive two requests. Such as I send "GET /index.html HTTP/1.0....." . server got "GET /index.html HTTP/1.0....." and "GET /index.html HTTP/1.1....." .
I send "POST /index.html HTTP/1.0....." . server got "POST /index.html HTTP/1.0....." and "GET /index.html HTTP/1.1....." .
I donot why it send it automaticLLY. HOW CAN I FIX THIS PROBLEM?
-
Well it shouldn't be doing that no. Please post the piece of your code where you op[en the connection. Something is wrong in there.
-
Try to isolate the problem to the server vs browser:
How does the server respond when you use a commerical browser like IE or NS? Does it still studder?
Does your browser send both HTTP/1.0 and HTTP/1.1?
Similar Threads
-
By freesoft_2000 in forum Java
Replies: 12
Last Post: 08-03-2005, 12:50 PM
-
By Andrei Coler in forum .NET
Replies: 0
Last Post: 08-20-2003, 11:00 AM
-
Replies: 0
Last Post: 04-01-2003, 03:48 AM
-
By Michael D. Kersey in forum .NET
Replies: 2
Last Post: 08-30-2002, 12:05 AM
-
Replies: 7
Last Post: 09-15-2000, 08:44 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks