syedmurtaza108 / chucker-flutter

An HTTP requests inspector inspired by Chucker Android
https://pub.dev/packages/chucker_flutter
MIT License
54 stars 32 forks source link

Turkish characters in response corrupt #28

Closed codermuss closed 1 year ago

codermuss commented 1 year ago

Describe the bug There are corruptions in the Turkish characters returned in the response.

Expected behavior { name_surname= "Mustafa Yılmaz"} Screenshots tr_chars

This is the update request body; update_request_body

This is the response from it

response

Version

syedmurtaza108 commented 1 year ago

Salam @mustafayilmazdev, Thank you for filing this issue. I highly doubt that this issue is related to this package. I think your backend server is not sending these characters properly. Please make sure that server response is proper and let me know if the issue still persists.

navneet-singh-sengar commented 1 year ago

@mustafayilmazdev Can you check your request/response in postman?