May 2, 201114 yr Newbies Is there anyway to get web viewer to correctly display "http://username%40company.com:[email protected]" in the web view? The web viewer wants to turn it the %40 into %2540.
May 2, 201114 yr Probably not, because that isn't a valid url. Does that string work in a normal browser?
May 2, 201114 yr %40 is the character ( in HEX. Although not an invalid character, you'll need to see where you've placed it. Try to write directly the (
May 2, 201114 yr %40 is @ in URL encoding. I am puzzled why the address uses "%40" in one place and "@" in another.
Create an account or sign in to comment