Answer (Choose 1 answer)
What does "Accept: application/json; q=0.8, application/xml;q=0.9" mean in the "Accept" header of an HTTP Request Message?
A. The server should respond with either JSON or XML data, but XML is preferred over JSON.
B. The server should respond with XML data only.
C. The server should respond with either JSON or XML data, but JSON is preferred over XML.
D. The server should respond with JSON data only.
Q: 45