Google News
logo
Postman - Interview Questions
What is a binary form in POST methods?
The binary form is designed to help send data in a format that is not possible to be entered manually. These options are used while sending large files like images, CSV files, etc in the POST request. Binary representation is the easiest representation for sending complex data with the request.
Advertisement