xcarpentier / react-native-slack-webhook

💬 Follow some activities (new user, payment, ...) from your app via Slack and this webhook lib
55 stars 5 forks source link

Ampersand Issues #4

Open harryrein3 opened 5 years ago

harryrein3 commented 5 years ago

I cannot seem to send an '&' through in a URL. For example, the following works:

https://website.com/findsomething?id=hello

But this does not: https://website.com/findsomething?id=hello&otherID=helloagain

Per the Slack docs, https://api.slack.com/docs/message-formatting#how_to_escape_characters, this should work.

Do you think it has anything to do with this library, or is it a bug with the Slack Webhook API in general?

Thanks!

augustosamame commented 3 years ago

I have the same issue with + (plus) char in the payload. If I fix it, are you accepting PRs?