Content-Type Field
The Content-Type Field indicates what format the body of the HTTP request is being sent in. "Form data" is the most common and is used most often when a web page is submitting contents of a form that has been filled out.
Other types include: JSON, JSON-P, SOAP, XML, Plain, Text, Custom
Updated on: 10/06/2022
Thank you!