Single quote in URL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yiggie

    Single quote in URL

    Hi,
    I am having a problem with a single quote in my URL.
    I use HTMLEncode and all is good on my machine, but when I test it with a
    browser from a different machine, I get 403 on invalid characters. More, it
    seems to me that the URL gets truncated after that single quote that I have
    in my URL.

    Any insight?

    Thanks.

  • Steven Burn

    #2
    Re: Single quote in URL

    Use Server.URLEncod e() instead of Server.HTMLEnco de()

    --
    Regards

    Steven Burn
    Ur I.T. Mate Group


    Keeping it FREE!

    "yiggie" <yiggie@discuss ions.microsoft. com> wrote in message news:C7C15A26-5647-4ACD-A3DC-8EC27FB1676E@mi crosoft.com...[color=blue]
    > Hi,
    > I am having a problem with a single quote in my URL.
    > I use HTMLEncode and all is good on my machine, but when I test it with a
    > browser from a different machine, I get 403 on invalid characters. More, it
    > seems to me that the URL gets truncated after that single quote that I have
    > in my URL.
    >
    > Any insight?
    >
    > Thanks.
    > [/color]

    Comment

    Working...