Ability to view exact body and other informations sent to server
AFract opened this issue · 1 comments
Hello,
As far as I can see, there is no way in Kreya to see the content of the body POSTed / PUTed to the server when a call is executed, and that's the same for http headers / query parameters.
When the JSON request body is just "pure raw JSON" that's not an issue, but when using variables, faker, scripts... This is a not at all the same story.
Maybe there's a feature to do this in Kreya, but it's hidden to me. Currently, the only ways I know to get those is to use a protocol analyzer, or add logs on the remote service itself, which is absolutely not convenient.
-> Is it possible to add in the "Request" or "Response" part of the Kreya interface some new tabs to see "Sent headers", "Sent content", etc, please ?
Regards
I'm adding this to our roadmap. We are still trying to think of a good way to include this in the UI without cluttering it too much...