-
Notifications
You must be signed in to change notification settings - Fork 281
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
Words pt-br with accents is causing 400 Bad Request on the new Post/Put On Session #334
Labels
Comments
mayribeirofernandes
changed the title
Words pt-br with accents is causing 40 Bad Request
Words pt-br with accents is causing 400 Bad Request on the new Post/Put On Session
May 31, 2021
That's most probably because you're using the data= parameter instead of json= try to swap those parameters. |
@lucagiove The same error occurred, however after I converted the String to JSON, it worked.
|
Can I reproduce it with the fakeapi url you pasted? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm migrating some tests with Get/Post/Put Requests to the new Get/Put/Post On Session, but I'm having difficulty with strings with accents (pt-br). See below in the image. What should I do?
Python 3.9.0
requests 2.25.1
requests-oauthlib 1.3.0
robotframework 4.0.2
robotframework-pythonlibcore 2.1.0
robotframework-requests 0.9.1
The text was updated successfully, but these errors were encountered: