Ask a Question related to ASP.NET Web Services, Design and Development.
-
Paul #1
URL case is adjusted?
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 ????
Paul Guest
-
#20797 [Com]: 4k text limitation can be adjusted by INI_SET
ID: 20797 Comment by: olivier dot sow at alias dot fr Reported By: carl dot landry at emergis dot com Status: ... -
Case sensitivity
I feel silly posting this basic question but I don't know where to post this. Most websites handle case-sensitivity when the user manually types... -
DateTime parameter is adjusted according to timezone
Hi, I encountered a following problem : I have a web service, and one of its methods gets parameter of DateTime type. My server is found in... -
#23026 [Com]: Make Zend case-sensitive (classes, functions, remove case-insensitive)
ID: 23026 Comment by: nvivo at mandic dot com dot br Reported By: mfischer@php.net Status: Open Bug Type: ... -
DateTime being adjusted for time zone differences
When a client is in one time zone and sends a dataset through our webservice which is in another timezone, it is adjusting the time values on all... -
Eric Lawrence [MSFT] #2
Re: URL case is adjusted?
Is the URL's case being changed on the client or on the server?
([url]www.fiddlertool.com[/url])
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.
"Paul" <paul.ashford_nospam_@vectra-it.co.uk> wrote in message
news:Ord2cbeAEHA.132@TK2MSFTNGP10.phx.gbl...this> When using the GET request from MSXML2.XMLHTTP component on a web page2000> 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> Server. Any ideas ????
>
>
Eric Lawrence [MSFT] Guest
-
Paul #3
Re: URL case is adjusted?
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.
"Eric Lawrence [MSFT]" <e_lawrence@hotmail.com> wrote in message
news:Oib6DdiAEHA.3184@TK2MSFTNGP09.phx.gbl...rights.> Is the URL's case being changed on the client or on the server?
> ([url]www.fiddlertool.com[/url])
>
> 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 noServer>
>
> "Paul" <paul.ashford_nospam_@vectra-it.co.uk> wrote in message
> news:Ord2cbeAEHA.132@TK2MSFTNGP10.phx.gbl...> this> > When using the GET request from MSXML2.XMLHTTP component on a web page> > talks to an HttpHandler and we are finding that under Windows 2003are> > the Case of the URL has been changed and therefore the paramters thatthe> > passed need to be in the correct case. If we do a message box to showthe> > URL prior to calling XMLHTTP then cae is correct however when it hits> 2000> > server the case has been adjusted. This seems to work ok under Windows>> > Server. Any ideas ????
> >
> >
>
Paul Guest



Reply With Quote

