Skip to content
New issue

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 is not possible #21

Open
Tijs-B opened this issue Mar 17, 2024 · 0 comments
Open

Sending emojis is not possible #21

Tijs-B opened this issue Mar 17, 2024 · 0 comments

Comments

@Tijs-B
Copy link

Tijs-B commented Mar 17, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant