URL case is adjusted?

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

When using the GET request from MSXML2.XMLHTTP component on a web page this
talks to an HttpHandler and we are finding that under Windows 2003 Server
the Case of the URL has been changed and therefore the paramters that are
passed need to be in the correct case. If we do a message box to show the
URL prior to calling XMLHTTP then cae is correct however when it hits the
server the case has been adjusted. This seems to work ok under Windows 2000
Server. Any ideas ????
 
Is the URL's case being changed on the client or on the server?
(www.fiddlertool.com)

Please don't cross-post to so many different newsgroups.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
If I do a messagebox at the client end the url case is correct that is going
to be passed to the page, when it hits the server the case has been changed.
 
What does your HTTP Handler look like?

Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top