javascript - How to pass Special characters in URI -


i wanted send special characters in uri without encoding it. possible in firefox or chrome browser. example:

http://www.exampple.com/?a=somespecialcharacters>;

any idea?

thank you

without encoding: don't know , how browser interprets it. it's terrible users.

characters / , & can make link aberrant.

compare:

http://foo.com/this/is/my/parameter vs. http://foo.com/this%2fis%2fmy%2fparameter


Comments

Popular posts from this blog

json - Zend error Connection -

javascript - Trigger mouseenter when an animated element touches mouse -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -