AppSec interview questions
How to win job
Penetration testing job interview questions
AppSec job interview questions answer
top 50 cybersecurity interview questions and answers
Check out the Interview Series Playlist: • Interview Series
Question: Describe the syntax of an HTTP request.
Answer: An HTTP request starts with a request line, which includes 3 parts separated by a single space:
the request method / verb (e.g. GET),
the request URI,
and the HTTP version.
The request line is terminated by a CRLF linebreak. After this, there are a series of headers which are optional apart from the Host header (in v1.1 and above). Each header is comprised of a name, colon, value, and finally a CRLF linebreak. After the final header, there is an empty line (i.e. a CRLF), and an optional body. If a body is included, its format and length is determined by information provided in the headers.
#jobinterview #shorts #dailyinterview