|
Related Topics:
| IIS 6.0 does not answer to request for htx and, idq files - I received 404 error in the IE browser from IIS 6.0,when there is a request for idq and htx files, perhaps because htx and idq not are mappings with any isapi or cgi. Which Isapi or Cgi (name and path) use IIS 6.0 for htx and idq files (samples for..
Can someone PLEASE answer some questions on IIS? - I am new to IIS. I recently developed a need to edit and view asp pages on my local machine. This is the same machine I edit them on. I usually just use NotePad to edit them with. I was told IIS needs to be I am running XP Pro. I had a friend..
Cannot get IIS to answer OWA requests by url - Hi everyone, I am having a tough time getting OWA to work. I have followed all the docs on to implement a FE Exch server w/IIS 6.0 behind an ISa server. At the current time, I am stuck trying to browse to I left the..
Final Answer - The Front Page 2002 server can be installed from the Office XP CD by to the SHAREPT folder and running
IIS Metadat - There has to be someone w/an answer - Hello Group - We recently did some installs, and out IIS was , in a sene, trashed on every system this install from Microsoft was Restoring the state was to no avail - thus this did
|
|
|
Next: IIS: SSL error
|
| Author |
Message |
External

Since: Feb 11, 2008 Posts: 2
|
(Msg. 1) Posted: Mon Feb 11, 2008 7:23 am
Post subject: Bad Request answer Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
For a project I have to use an IIS server to control a Dynamic DNS system.
The client, a VPN router, has to use the DynDNS update/registration protocol.
With software clients and other hardware, the updating mechanism works just
fine. However, with the VPN router has problems.
In the URL request message, the content length is set to 0, which will end
the HTTP GET request, which results in a "400 - Bad Reuqest" from the IIS
server.
My question would be:
"Is it possible to handle the request, eventhough IIS says it's a bad
request?"
I've tried custom error pages, but these didn't have any effect. And when I
disabled the website, the result was the same. So I'm thinking that it goes
wrong before the domain/binding selection. Is it possible to handle an error
on that place?
I hope someone can help me. If someone needs meer information, please let me
know. >> Stay informed about: Bad Request answer |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3041
|
(Msg. 2) Posted: Wed Feb 13, 2008 9:05 am
Post subject: Re: Bad Request answer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
I am going to assume that you are using IIS 6.0. In that case, parsing of
the HTTP request is initially done by http.sys, which returns 400 Bad
Request if the incoming request is malformed.
The solution here is to fix the client, rather than try to "work around" or
somehow intepret what the client should have expressed using a properly
formed HTTP request.
Cheers
Ken
--
My IIS blog: http://adopenstatic.com/blog
"G.J. Admiraal" <GJAdmiraal.TakeThisOut@discussions.microsoft.com> wrote in message
news:AB46B786-678B-44C2-B7D8-54AFB65F724C@microsoft.com...
> For a project I have to use an IIS server to control a Dynamic DNS system.
> The client, a VPN router, has to use the DynDNS update/registration
> protocol.
>
> With software clients and other hardware, the updating mechanism works
> just
> fine. However, with the VPN router has problems.
>
> In the URL request message, the content length is set to 0, which will end
> the HTTP GET request, which results in a "400 - Bad Reuqest" from the IIS
> server.
>
> My question would be:
> "Is it possible to handle the request, eventhough IIS says it's a bad
> request?"
>
> I've tried custom error pages, but these didn't have any effect. And when
> I
> disabled the website, the result was the same. So I'm thinking that it
> goes
> wrong before the domain/binding selection. Is it possible to handle an
> error
> on that place?
>
> I hope someone can help me. If someone needs meer information, please let
> me
> know. >> Stay informed about: Bad Request answer |
|
| Back to top |
|
 |  |
External

Since: Feb 11, 2008 Posts: 2
|
(Msg. 3) Posted: Wed Feb 13, 2008 9:05 am
Post subject: Re: Bad Request answer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I forgot to mentio the system specifications, sorry for that one. But yes,
the system is running IIS 6.0.
Somehow I was afraid that the only way to fix the problem is to fix the
client. I agree that a work-around will be hard and most-likely undoable,
espacially now I know which part handles the request.
Thanks for the feedback!
"Ken Schaefer" wrote:
> Hi,
>
> I am going to assume that you are using IIS 6.0. In that case, parsing of
> the HTTP request is initially done by http.sys, which returns 400 Bad
> Request if the incoming request is malformed.
>
> The solution here is to fix the client, rather than try to "work around" or
> somehow intepret what the client should have expressed using a properly
> formed HTTP request.
>
> Cheers
> Ken
>
> --
> My IIS blog: http://adopenstatic.com/blog
>
> "G.J. Admiraal" <GJAdmiraal.DeleteThis@discussions.microsoft.com> wrote in message
> news:AB46B786-678B-44C2-B7D8-54AFB65F724C@microsoft.com...
> > For a project I have to use an IIS server to control a Dynamic DNS system.
> > The client, a VPN router, has to use the DynDNS update/registration
> > protocol.
> >
> > With software clients and other hardware, the updating mechanism works
> > just
> > fine. However, with the VPN router has problems.
> >
> > In the URL request message, the content length is set to 0, which will end
> > the HTTP GET request, which results in a "400 - Bad Reuqest" from the IIS
> > server.
> >
> > My question would be:
> > "Is it possible to handle the request, eventhough IIS says it's a bad
> > request?"
> >
> > I've tried custom error pages, but these didn't have any effect. And when
> > I
> > disabled the website, the result was the same. So I'm thinking that it
> > goes
> > wrong before the domain/binding selection. Is it possible to handle an
> > error
> > on that place?
> >
> > I hope someone can help me. If someone needs meer information, please let
> > me
> > know.
>
> >> Stay informed about: Bad Request answer |
|
| Back to top |
|
 |  |
|