You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my body_params contain an umlaut, req_verbose returns for the body_req ">> 17 bytes of binary data". However, it should be >> {"WP":["GRÜNE"]}
If no Umlaute are contained, the response of req_verbose is as desired: >> {"WP":["NEOS"]}
Hello,
wonderful package, many thanks.
Below a reprex with two API calls.
When my
body_params
contain an umlaut,req_verbose
returns for thebody_req
">> 17 bytes of binary data". However, it should be >> {"WP":["GRÜNE"]}If no Umlaute are contained, the response of
req_verbose
is as desired: >> {"WP":["NEOS"]}I assume this is an UTF-8/text encoding issue.
Many thanks!
Created on 2024-08-23 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: