1 Which of the following HTTP requests should be used to request an XML file from a server
GET /file HTTP/1.0\r\nAccept: text/xml\r\n\r\n
GET /file?type=xml HTTP/1.0\r\n\r\n
GET /file.xml HTTP/1.0\r\n\r\n
GET /file.xml HTTP/1.0\r\nAccept: text/xml\r\n\r\n
2 Which of the following HTTP requests would technically work (if implemented) to request an XML file from a server
3 What is the main aim of content negotiation?