vscode-postman icon indicating copy to clipboard operation
vscode-postman copied to clipboard

Postman console doesn't display some headers in request

Open Vitalii-Kh95 opened this issue 3 weeks ago • 0 comments

When sending a multipart/form-data request using extension, the Content-Type header is not displayed in representation created by "postman console", although it is actually present in the request. That's what I noticed, I didn't check on other possible inconsistencies in representation.

Steps to Reproduce: Open the Postman extension in VS Code. Create and make a POST request with multipart/form-data Content-Type Check the raw log in Postman’s console. The Content-Type header is missing from the raw log output.

Vitalii-Kh95 avatar Jan 31 '25 02:01 Vitalii-Kh95