HTTP: Keep raw json available when parsing responses
complete
Kaue Lima
If I parse the response of an http request and need any part of the raw json (log dynamic errors for an example) I need to add another scenario to reconvert to json. It does not make sense since the data is already there, it only uses more operation which could be critical in some scenarios leading to the inviability of the application.
Log In
Tereza Klobouckova
complete
Hello Kaue Lima
I believe this has been resolved by adding error message into the "detail" parameter, this field can be mapped in the error handling route as well.
Thank you and happy automating
Tereza