-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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:
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
