Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
I'm trying to test an API and upload a file as application/octet-stream, but the server keeps responding with 415 UNSUPPORTED_MEDIA_TYPE: "Content-Type 'application/octet-stream;charset=UTF-8' is not supported"
Is there an existing issue for this?
Describe the Issue
I'm trying to test an API and upload a file as application/octet-stream, but the server keeps responding with 415 UNSUPPORTED_MEDIA_TYPE: "Content-Type 'application/octet-stream;charset=UTF-8' is not supported"
I searched the forum and found this case: https://community.postman.com/t/adding-charset-into-content-type-application-octet-stream/53827 However, the solution (to switch off automatic headers), the setting does not seem to exist anymore in v11.18 and I cannot find any other related setting that will remove the implicitly force-added charset.
Steps To Reproduce
Screenshots or Videos
No response
Operating System
Windows
Postman Version
11.18
Postman Platform
Postman App
User Account Type
Signed Out User
Additional Context?
No response