Web application security - the fast guide 1.1 | Page 43

Chapter 2 - Web Application technologies P a g e | 43 2.12 QUIZ: 1. HTTP: a. Is a connect based protocol b. Uses only UDP based connection. c. Has many methods like GET, DELETE, EMBED, OPEN d. None of the above. 2. All the following is right concerning HTTP request header Except: a. Accept header specifies certain media types which are acceptable for the response. b. Host header is especially important when hosting multiple sites on the same web server. c. User-agent header contains information about servers allowed to receive the request. d. Cookie header specifies an HTTP cookie previously sent by the server with Set-Cookie 3. All the following is right concerning HTTP response except: a. Status code is important for the client to get error, success and redirection information. b. Pragma header specifies wither to put the response in the cache or not c.