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
I found something very strange, when executing a request with "cast_data_to_json": true the data gets send as a formdata body, also when you do not provide cast_data_to_json and when you provide "cast_data_to_json": false the data gets send as a json body.
This is the configuration, the only thing I change is the `cast_data_to_json``field
I found something very strange, when executing a request with
"cast_data_to_json": true
the data gets send as a formdata body, also when you do not providecast_data_to_json
and when you provide"cast_data_to_json": false
the data gets send as a json body.This is the configuration, the only thing I change is the `cast_data_to_json``field
Received request body with
"cast_data_to_json": true
:Received request body with
"cast_data_to_json": false
:`Received request body without
cast_data_to_json
:The text was updated successfully, but these errors were encountered: