What web server is saying that Post is an issue?
Regards
Dan Rogers
Microsoft Corporation
--------------------
>From: "Andreas Schulze" <>
>Subject: modify HttpMethod or HttpRequest propertys
>Date: Thu, 28 Oct 2004 07:06:47 +0200
>Lines: 15
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>X-RFC2646: Format=Flowed; Original
>Message-ID: <>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>NNTP-Posting-Host: 81.209.226.52
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP14
.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservic es:26294
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>I have a web service. It works fine.
>
>Now the incoming HttpMethod and RequestType (HttpRequest object)
>
>is "Post" instead of "POST". This value cause an exception and I cannot
>
>change value to "POST", the HttpMethod is readonly.
>
>I try my own HttpModule and Request.Filter, without success.
>
>
>
>What can I do?
>
>
>
|