Skip to content
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

Show request body #69

Open
FokkeZB opened this issue Feb 24, 2021 · 0 comments
Open

Show request body #69

FokkeZB opened this issue Feb 24, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@FokkeZB
Copy link

FokkeZB commented Feb 24, 2021

I noticed that postData is only used when it contains .params:

{data.headers.postData && data.headers.postData.params && (

For typical API requests the property has contents like:

"postData": {
            "mimeType": "application/json",
            "text": "{\"subject\":\"zap.workflow.WorkflowUserInteractionEvent\"}"
          }

It would be great if this data would be shown as well, much like the Chrome DevTools do:

@christian-bromann christian-bromann added the help wanted Extra attention is needed label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants