Challenge 4: HTTP headers - Hsanokklis/2022-2023-Tech-journal GitHub Wiki
Cyber Command: Solve these questions about HTTP headers.
Q: What HTTP request header is used to denote what URI link to the resource being requested? A: Referer
Q: What HTTP request header is used to identify the client software that made the HTTP request? A: user-agent
Q: What HTTP request header is used to identify the acceptable content types that can be returned? A: accept-request
Links: