Hi Tom
Thanks a lot for the response.
The original poster of that problem mentioned the redirection, but in
our case, the parameters are being missed on direct requests. Both
posts and gets. Even when copy and pasting the URL into the brower
might cause the parameters to be dropped completely.
Some people have mentioned invalid characters or invalid URLs, but we
know the request is correct because refreshing the window will cause
the application to work, which is very strange.
For instance:
https://myapp.com?param1=blah¶m2=blahblah
That request will work fine, but every once in a while, our application
will report that no parameters were sent in the request, which is
obviously not the case.
Leo.
> Buddy,
>
[quoted text clipped - 28 lines]
> > Thanks
> > Leo.
Dražen Gemić - 15 Aug 2006 22:27 GMT
Have you tried both, GET and POST ? Are there any difference ?
How do you process the input ?
DG