>I found a weird behavior of HttpWebRequest.GetResponse() in WM5
> It raises exception if length of URL is around 2150. And also sends the
> data
> to server successfully. Therefore, there is no way to detect that the data
> is
> successfully received at server or not.
I believe that is a function of IIS, which limits the size of GET URL's for
security purposes. I also don't think your entire GET request is making it
to the server. That's where your exception is originating.
I suggest you use a POST request or do a search on communicating with the
server using Script tags from Javascript.

Signature
Regards,
Fred Chateau
fchateauAtComcastDotNet
Kamii47 - 10 Nov 2007 11:12 GMT
Can i have a example of that ?
> >I found a weird behavior of HttpWebRequest.GetResponse() in WM5
>
[quoted text clipped - 10 lines]
> I suggest you use a POST request or do a search on communicating with the
> server using Script tags from Javascript.