6

My colleague had some problems today.
He had problems from both user input and predefined strings sent with ajax to backend. The "&"-sign was splitting values in GET-requests into unintended parameters. So... he was simply going to search and replace all of those signs with the word "and"...

encodeURI()? Why are you sending our forms with GET-requests?! 🙃

Comments
Add Comment