We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending emojis through the HTTP endpoint is not possible; SMSes do not arrive but the endpoint responds with 200 OK as normal.
To reproduce:
$ curl --header 'Authorization: <token>' --header 'Content-Type: application/json' --data '{"message":"😄","to":"+32495000000"}' http://192.168.0.100:8082 -v * Trying 192.168.0.100:8082... * Connected to 192.168.0.100 (192.168.0.100) port 8082 (#0) > POST / HTTP/1.1 > Host: 192.168.0.100:8082 > User-Agent: curl/8.1.2 > Accept: */* > Authorization: <token> > Content-Type: application/json > Content-Length: 131 > < HTTP/1.1 200 OK < Content-Type: text/html;charset=UTF-8 < Content-Length: 0 < Server: Jetty(8.y.z-SNAPSHOT) < * Connection #0 to host 192.168.0.100 left intact
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sending emojis through the HTTP endpoint is not possible; SMSes do not arrive but the endpoint responds with 200 OK as normal.
To reproduce:
The text was updated successfully, but these errors were encountered: