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

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -