Rest API - Request and Response Format
You wrote this HTTP request:
Why might the server reject this request or fail to parse the data?
POST /submit HTTP/1.1 Host: example.com Content-Type: application/json Accept: application/json name=John&age=30
Why might the server reject this request or fail to parse the data?
