Microsoft Windows Vista Community Forums - Vistaheads
Driver Scanner 2009 - Free Scan Now



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Re: http 400 error messages

microsoft.public.windows.vista.networking sharing



Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Reply
  #1 (permalink)  
Old 01-16-2008
Robert Aldwinckle
 

Posts: n/a
Re: http 400 error messages
(cross-post added to Vista Networking)
"Scottish Lad" <Scottish Lad@discussions.microsoft.com> wrote in message
news:0E1D327F-AC39-46C7-81D2-1564B651D79A@microsoft.com...
>I have a same problem... tried every other website and it works fine.. But I
> cant browse ebay.. first page seems to be fine but then when I click on any
> link.. it gives me http 400 error..
>
> I have also experienced htp 500 error too..



Both errors occur when the browser sends headers which the site's server
doesn't like or vice versa. E.g. the easiest way to see it sometimes is to
simulate an HTTP connection with telnet to the site on port 80. Some sites
*force* you to use HTTP 1.1 as the protocol (as given on the GET).

For example, telnet ebay.com 80 with just GET / works.
It requests a redirect to www.ebay.com but requesting just GET /
or GET / HTTP/1.1 there would not work; it caused an HTTP 302
redirection here:

Location:
http://pages.ebay.com/messages/page_....06.47.112.MST

In fact, it is easy to show that not having HTTP 1.1 on the GET causes
an HTTP 500. Many sites which want HTTP 1.1 assume it when you
enter a Host: header. Not www.ebay.com apparently.
The only way that I was able to get a clean simulated connection
was to enter both:
GET / HTTP/1.1
Host: www.ebay.com

BTW that particular server hangs on to the connection much longer
than normal. To close it you need to press Ctrl-] to escape into
telnet's command mode and then enter C and Q (for close
and quit).

Another possibility would be that you are using the wrong URL or a corrupt
cookie. The case that Frank is trying to help you with would be having an IP
address reassigned to a different server which wouldn't be compatible with
either of those things that your browser was sending.

You can use Fiddler2 to trace the real HTTP exchange for more detail.
You can use netcap and format the resulting .cap file with Ethereal
if the problem is at a lower level.


>
> please help guys.. every other website works fine on IE 7..
>
> PS. I am running Vista..



If you need more help you must provide more details.
For example, tell us exactly what all you see and what you mean by this:

<quote>
first page seems to be fine but then when I click on any link
</quote>

Be very observant. Watch especially what is happening in the Status bar
but also note any changes in the Title bar, Address bar, as well as the
main display area.

Before clicking on "any link" use right-click, Copy Shortcut so you can document
exactly what you are doing. Etc.

BTW I don't have your OS so I am cross-posting this reply to
the Vista Networking NG in case you ultimately need some Vista specific help.


HTH

Robert Aldwinckle
---


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP error 400, bad request (invalid verb) VickiJo microsoft.public.windows.vista.mail 10 3 Weeks Ago 14:55
HTTP 400 Bad Request adyf microsoft.public.windows.vista.general 2 4 Weeks Ago 22:03
HTTP 400 in Vista x64 only Ian Morris microsoft.public.windows.vista.general 7 07-18-2007 22:12
HTTP Error 500.19 - Internal Server Error Bruce microsoft.public.windows.vista.administration accounts passwords 1 04-26-2007 18:58
Over 400 messages with the word 'Upgrade' in the title Henry Jones microsoft.public.windows.vista.installation setup 2 01-24-2007 18:12


All times are GMT +1. The time now is 03:31.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119