Dealing with single quotes in http request

Viewed 8

In my GET request:

https://mydomain.io/some/other/some?events='message.sender%3DVxc1234'

Doing the above would throw a \nparse error. Are there escape characters that I have to use to deal with the single quotes?

0 Answers
Related