Newbies tomtill Posted May 2, 2011 Newbies Posted May 2, 2011 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.
Vaughan Posted May 2, 2011 Posted May 2, 2011 Probably not, because that isn't a valid url. Does that string work in a normal browser?
Raybaudi Posted May 2, 2011 Posted May 2, 2011 %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 (
comment Posted May 2, 2011 Posted May 2, 2011 %40 is @ in URL encoding. I am puzzled why the address uses "%40" in one place and "@" in another.
Recommended Posts
This topic is 4965 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now