Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Notifier] Fix encoding of messages with FreeMobileTransport#45185
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
| $response =$this->client->request('POST',$endpoint, [ | ||
| 'json' => [ | ||
| 'query' => [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
can you please try usingbody here instead?
if we keepquery, can we keep POST or do we need GET as a method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
commented on other discu#45185 (comment)
withquery andPOST it works well
nicolas-grekas commentedJan 26, 2022
Thank you@94noni. |
Uh oh!
There was an error while loading.Please reload this page.
When I firstintroduce this transport I used to test it with basic text, now with some French accent I need this fix otherwise the accent chars are not sent