URL encoding yes/or no?
Posted
by csetzkorn
on Stack Overflow
See other posts from Stack Overflow
or by csetzkorn
Published on 2010-04-01T13:16:08Z
Indexed on
2010/04/01
13:23 UTC
Read the original article
Hit count: 658
I have a restful webservice which receives some structured data which is put straight into a database.
The data is send from an OS using wget. I am just wondering whether I actually need to URL encode the data and if so why? Please note that it is no problem to do it but it might be uneccessary in this scenario.
Thanks.
Christian
© Stack Overflow or respective owner