postman-app-support
postman-app-support copied to clipboard
Postman Interceptor doesn't capture the request body for PATCH requests
Is there an existing issue for this?
- [x] I have searched the tracker for existing similar issues and I know that duplicates will be closed (I found a similar issue, but it was marked as resolved when patch support was added)
Describe the Issue
Description
Postman Interceptor does not consistently capture the JSON request body for all request types. Specifically, it fails to capture the body of a PATCH request, which makes the Interceptor feature less effective. As a workaround, I am currently using Proxyman to capture these requests instead.
Steps To Reproduce
Set up a web page that sends a PATCH request with a JSON request body. In Google Chrome, enable Postman Interceptor and connect it to Postman. Trigger the PATCH request from the web page.
Observed Behavior
The PATCH request is successfully captured in Postman's history (or the configured routing destination). However, the request body is entirely missing in Postman, despite being included in the actual request.
Expected Behavior
The JSON request body for the PATCH request should be captured and displayed in Postman alongside the other request details.
Screenshots or Videos
Additional Note
I have verified that the original request does include a body, but Postman Interceptor fails to capture it.
Operating System
macOS
Postman Version
11.29.5
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
Same exact described issue here on the following version:
Version 11.35.4 UI version 11.35.4-ui-250306-2335
Desktop platform version 11.35.4
Architecture x64
OS platform linux 6.11.0-19-generic
same here