URL case is adjusted?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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: ...
    2. 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...
    3. 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...
    4. #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: ...
    5. 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...
  3. #2

    Default 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...
    > 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 ????
    >
    >

    Eric Lawrence [MSFT] Guest

  4. #3

    Default 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...
    > 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...
    > > 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139