Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

HTTP 400 - Bad Request

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
HTTP request - I need some basic insight into the workings of a HTTP request and a HTTP response. i'am using ASP.net. 1. what happens when a request is sent and the user clicks the STOP button of the browser. a. does the request goes through to the server? b. will any.

HTTP 1.1 400 Bad request - Hi, We have installed Jrun4.0 in Win 2k and its running along with IIS 5.0. Presently a request to any website hosted in the server from Netscape 7.1 in PC or IE 5.2 in Mac we get this error 400 Bad This happens only when the..

HTTP/1.1 400 Bad Request - I have a problem with an automated system that gets updates from a web server. I have used this system for a few years now working just fine until I updated the web server to windows 2003. It is a get command that this error happens on. I ran net..

HTTP/1.1 400 Bad Request - I have a login form that uses the post method to carry the to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. 400 Bad was the original error msg now that I

IIS 6.0 Error: HTTP 400 - Dab Request - Hi. I've migrated from IIS 5 to 6.0 (Win 2003 svr). I have simple ASP.NET published on it. Well, Every time you want to access the site, you receive an Error HTTP 400 - Bad Request. If you try to refresh 7, 8 or 18 times, maybe you will se..
Next:  ASP with SBS-2003: slower with each page-call  
Author Message
thehappymunday

External


Since: Sep 17, 2004
Posts: 7



(Msg. 1) Posted: Fri Sep 17, 2004 11:29 pm
Post subject: HTTP 400 - Bad Request
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello folks, I may not be in the right place so apologies if not

I have a small IIS 6.0 site on my Windows 2000 server that is used to
require user acceptance of school rules prior to accessing the Internet.
This works fine and 95% of web browsing is okay. However we often get the
HTTP 400 - Bad Request message and pages not found. When I come home the
same page displays as expected.

Can anybody please point me in the right direction for addressing this

Thanks

Dave

 >> Stay informed about: HTTP 400 - Bad Request 
Back to top
Login to vote
anonymous173

External


Since: Oct 21, 2003
Posts: 14



(Msg. 2) Posted: Fri Sep 17, 2004 11:29 pm
Post subject: HTTP 400 - Bad Request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Dave,

I know this issue. Please check your IIS website name
settings in the following areas.

- IIS Authenication
- IIS Scripts and Executibles
- Windows System Folder Permissions

If you would like to correspond further, I have created a
temporary email address you can contact me at:

DAVE3-CONTACT-CRAIG DeleteThis @GNIS.NET

Sincerely,

Craig

 >-----Original Message-----
 >Hello folks, I may not be in the right place so
apologies if not
 >
 >I have a small IIS 6.0 site on my Windows 2000 server
that is used to
 >require user acceptance of school rules prior to
accessing the Internet.
 >This works fine and 95% of web browsing is okay. However
we often get the
 >HTTP 400 - Bad Request message and pages not found. When
I come home the
 >same page displays as expected.
 >
 >Can anybody please point me in the right direction for
addressing this
 >
 >Thanks
 >
 >Dave
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: HTTP 400 - Bad Request 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 3) Posted: Fri Sep 17, 2004 11:29 pm
Post subject: Re: HTTP 400 - Bad Request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Umm, none of those settings have ANYTHING to do with a 400 Bad Request.

400 Bad Request indicates something wrong with the request when it is
parsed, and IIS never bothered to execute it. All the areas that you pointed
out requires IIS to execute the request (to even care about authentication,
execute permissions, or file ACLs) -- thus they have to be completely
irrelevant by definition.


400 bad request typically indicate a client-side issue since it is the one
that is sending the bad request. The server is simply informing the user of
that fact by returning a 400 error.

400 Bad Requests are best troubleshoot by taking a network trace of the
"bad" request and see what is wrong with it (post the capture to this
newsgroup if you cannot read HTTP). This requires the cooperation of
whoever is getting the "400 Bad Request" -- because everyone else will be
perfectly unaffected.

As for the "Page not found" errors -- those require you to turn off the
browser's "Show Friendly HTTP Errors" option and retrieving the actual error
code. Please post the actual error code and we can proceed further.


You have to do these basic things to troubleshoot -- randomly changing
settings will not help and can harm.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Craig" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:35e401c49d16$0411e720$a601280a@phx.gbl...
Hello Dave,

I know this issue. Please check your IIS website name
settings in the following areas.

- IIS Authenication
- IIS Scripts and Executibles
- Windows System Folder Permissions

If you would like to correspond further, I have created a
temporary email address you can contact me at:

DAVE3-CONTACT-CRAIG DeleteThis @GNIS.NET

Sincerely,

Craig

 >-----Original Message-----
 >Hello folks, I may not be in the right place so
apologies if not
 >
 >I have a small IIS 6.0 site on my Windows 2000 server
that is used to
 >require user acceptance of school rules prior to
accessing the Internet.
 >This works fine and 95% of web browsing is okay. However
we often get the
 >HTTP 400 - Bad Request message and pages not found. When
I come home the
 >same page displays as expected.
 >
 >Can anybody please point me in the right direction for
addressing this
 >
 >Thanks
 >
 >Dave
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: HTTP 400 - Bad Request 
Back to top
Login to vote
thehappymunday

External


Since: Sep 17, 2004
Posts: 7



(Msg. 4) Posted: Sun Sep 19, 2004 6:47 pm
Post subject: Re: HTTP 400 - Bad Request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David

many thanks for your support. I shall start tomorrow on trying to gt to the
bottom of this.

Can you advise on the taking of the network trace


thanks

Dave


"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:O69LU$SnEHA.3756@TK2MSFTNGP11.phx.gbl...
 > Umm, none of those settings have ANYTHING to do with a 400 Bad Request.
 >
 > 400 Bad Request indicates something wrong with the request when it is
 > parsed, and IIS never bothered to execute it. All the areas that you
pointed
 > out requires IIS to execute the request (to even care about
authentication,
 > execute permissions, or file ACLs) -- thus they have to be completely
 > irrelevant by definition.
 >
 >
 > 400 bad request typically indicate a client-side issue since it is the one
 > that is sending the bad request. The server is simply informing the user
of
 > that fact by returning a 400 error.
 >
 > 400 Bad Requests are best troubleshoot by taking a network trace of the
 > "bad" request and see what is wrong with it (post the capture to this
 > newsgroup if you cannot read HTTP). This requires the cooperation of
 > whoever is getting the "400 Bad Request" -- because everyone else will be
 > perfectly unaffected.
 >
 > As for the "Page not found" errors -- those require you to turn off the
 > browser's "Show Friendly HTTP Errors" option and retrieving the actual
error
 > code. Please post the actual error code and we can proceed further.
 >
 >
 > You have to do these basic things to troubleshoot -- randomly changing
 > settings will not help and can harm.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Craig" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
 > news:35e401c49d16$0411e720$a601280a@phx.gbl...
 > Hello Dave,
 >
 > I know this issue. Please check your IIS website name
 > settings in the following areas.
 >
 > - IIS Authenication
 > - IIS Scripts and Executibles
 > - Windows System Folder Permissions
 >
 > If you would like to correspond further, I have created a
 > temporary email address you can contact me at:
 >
 > DAVE3-CONTACT-CRAIG.RemoveThis@GNIS.NET
 >
 > Sincerely,
 >
 > Craig
 >
  > >-----Original Message-----
  > >Hello folks, I may not be in the right place so
 > apologies if not
  > >
  > >I have a small IIS 6.0 site on my Windows 2000 server
 > that is used to
  > >require user acceptance of school rules prior to
 > accessing the Internet.
  > >This works fine and 95% of web browsing is okay. However
 > we often get the
  > >HTTP 400 - Bad Request message and pages not found. When
 > I come home the
  > >same page displays as expected.
  > >
  > >Can anybody please point me in the right direction for
 > addressing this
  > >
  > >Thanks
  > >
  > >Dave
  > >
  > >
  > >.
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: HTTP 400 - Bad Request 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 5) Posted: Mon Sep 20, 2004 6:30 am
Post subject: Re: HTTP 400 - Bad Request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Windows Server 2003 comes with Network Monitor, available as a Windows
Component in Add/Remove Programs, "Networking Tools". You can install it,
enable it on the appropriate network interface, and set it to sniff for
traffic matching a variety of filters. It's pretty powerful; the UI gets
the job done but won't win any awards for helping you figure out how things
work. You pretty much have to know what you are doing.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Dave Munday" <thehappymundays.RemoveThis@hotmail.com> wrote in message
news:uNcJR7knEHA.592@TK2MSFTNGP11.phx.gbl...
David

many thanks for your support. I shall start tomorrow on trying to gt to the
bottom of this.

Can you advise on the taking of the network trace


thanks

Dave


"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:O69LU$SnEHA.3756@TK2MSFTNGP11.phx.gbl...
 > Umm, none of those settings have ANYTHING to do with a 400 Bad Request.
 >
 > 400 Bad Request indicates something wrong with the request when it is
 > parsed, and IIS never bothered to execute it. All the areas that you
pointed
 > out requires IIS to execute the request (to even care about
authentication,
 > execute permissions, or file ACLs) -- thus they have to be completely
 > irrelevant by definition.
 >
 >
 > 400 bad request typically indicate a client-side issue since it is the one
 > that is sending the bad request. The server is simply informing the user
of
 > that fact by returning a 400 error.
 >
 > 400 Bad Requests are best troubleshoot by taking a network trace of the
 > "bad" request and see what is wrong with it (post the capture to this
 > newsgroup if you cannot read HTTP). This requires the cooperation of
 > whoever is getting the "400 Bad Request" -- because everyone else will be
 > perfectly unaffected.
 >
 > As for the "Page not found" errors -- those require you to turn off the
 > browser's "Show Friendly HTTP Errors" option and retrieving the actual
error
 > code. Please post the actual error code and we can proceed further.
 >
 >
 > You have to do these basic things to troubleshoot -- randomly changing
 > settings will not help and can harm.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Craig" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
 > news:35e401c49d16$0411e720$a601280a@phx.gbl...
 > Hello Dave,
 >
 > I know this issue. Please check your IIS website name
 > settings in the following areas.
 >
 > - IIS Authenication
 > - IIS Scripts and Executibles
 > - Windows System Folder Permissions
 >
 > If you would like to correspond further, I have created a
 > temporary email address you can contact me at:
 >
 > DAVE3-CONTACT-CRAIG.RemoveThis@GNIS.NET
 >
 > Sincerely,
 >
 > Craig
 >
  > >-----Original Message-----
  > >Hello folks, I may not be in the right place so
 > apologies if not
  > >
  > >I have a small IIS 6.0 site on my Windows 2000 server
 > that is used to
  > >require user acceptance of school rules prior to
 > accessing the Internet.
  > >This works fine and 95% of web browsing is okay. However
 > we often get the
  > >HTTP 400 - Bad Request message and pages not found. When
 > I come home the
  > >same page displays as expected.
  > >
  > >Can anybody please point me in the right direction for
 > addressing this
  > >
  > >Thanks
  > >
  > >Dave
  > >
  > >
  > >.
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: HTTP 400 - Bad Request 
Back to top
Login to vote
thehappymunday

External


Since: Sep 17, 2004
Posts: 7



(Msg. 6) Posted: Tue Sep 21, 2004 11:37 pm
Post subject: Re: HTTP 400 - Bad Request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David
many thanks again for your tip I'll go about producing a trace and disabling
the show friendly errors hopefully tomorrow

again thanks for your time

Dave



"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:%232H$D4vnEHA.3968@TK2MSFTNGP11.phx.gbl...
 > Windows Server 2003 comes with Network Monitor, available as a Windows
 > Component in Add/Remove Programs, "Networking Tools". You can install it,
 > enable it on the appropriate network interface, and set it to sniff for
 > traffic matching a variety of filters. It's pretty powerful; the UI gets
 > the job done but won't win any awards for helping you figure out how
things
 > work. You pretty much have to know what you are doing.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Dave Munday" <thehappymundays.RemoveThis@hotmail.com> wrote in message
 > news:uNcJR7knEHA.592@TK2MSFTNGP11.phx.gbl...
 > David
 >
 > many thanks for your support. I shall start tomorrow on trying to gt to
the
 > bottom of this.
 >
 > Can you advise on the taking of the network trace
 >
 >
 > thanks
 >
 > Dave
 >
 >
 > "David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
 > news:O69LU$SnEHA.3756@TK2MSFTNGP11.phx.gbl...
  > > Umm, none of those settings have ANYTHING to do with a 400 Bad Request.
  > >
  > > 400 Bad Request indicates something wrong with the request when it is
  > > parsed, and IIS never bothered to execute it. All the areas that you
 > pointed
  > > out requires IIS to execute the request (to even care about
 > authentication,
  > > execute permissions, or file ACLs) -- thus they have to be completely
  > > irrelevant by definition.
  > >
  > >
  > > 400 bad request typically indicate a client-side issue since it is the
one
  > > that is sending the bad request. The server is simply informing the
user
 > of
  > > that fact by returning a 400 error.
  > >
  > > 400 Bad Requests are best troubleshoot by taking a network trace of the
  > > "bad" request and see what is wrong with it (post the capture to this
  > > newsgroup if you cannot read HTTP). This requires the cooperation of
  > > whoever is getting the "400 Bad Request" -- because everyone else will
be
  > > perfectly unaffected.
  > >
  > > As for the "Page not found" errors -- those require you to turn off the
  > > browser's "Show Friendly HTTP Errors" option and retrieving the actual
 > error
  > > code. Please post the actual error code and we can proceed further.
  > >
  > >
  > > You have to do these basic things to troubleshoot -- randomly changing
  > > settings will not help and can harm.
  > >
  > > --
  > > //David
  > > IIS
  > > This posting is provided "AS IS" with no warranties, and confers no
 > rights.
  > > //
  > > "Craig" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
  > > news:35e401c49d16$0411e720$a601280a@phx.gbl...
  > > Hello Dave,
  > >
  > > I know this issue. Please check your IIS website name
  > > settings in the following areas.
  > >
  > > - IIS Authenication
  > > - IIS Scripts and Executibles
  > > - Windows System Folder Permissions
  > >
  > > If you would like to correspond further, I have created a
  > > temporary email address you can contact me at:
  > >
  > > DAVE3-CONTACT-CRAIG.RemoveThis@GNIS.NET
  > >
  > > Sincerely,
  > >
  > > Craig
  > >
   > > >-----Original Message-----
   > > >Hello folks, I may not be in the right place so
  > > apologies if not
   > > >
   > > >I have a small IIS 6.0 site on my Windows 2000 server
  > > that is used to
   > > >require user acceptance of school rules prior to
  > > accessing the Internet.
   > > >This works fine and 95% of web browsing is okay. However
  > > we often get the
   > > >HTTP 400 - Bad Request message and pages not found. When
  > > I come home the
   > > >same page displays as expected.
   > > >
   > > >Can anybody please point me in the right direction for
  > > addressing this
   > > >
   > > >Thanks
   > > >
   > > >Dave
   > > >
   > > >
   > > >.
   > > >
  > >
  > >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: HTTP 400 - Bad Request 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]