Junior — Middle
Which HTTP header field is used to transmit data in JSON format in the request body?
sobes.tech AI
Answer from AI
The header used to transmit data in JSON format in the body of an HTTP request is:
Content-Type: application/json
This header informs the server that the request body contains JSON data and allows it to process it correctly.