EC-Council Certified Security Analyst (ECSA v8) — Question 15
HTTP protocol specifies that arbitrary binary characters can be passed within the URL by using %xx notation, where 'xx' is the
Answer options
- A. ASCII value of the character
- B. Binary value of the character
- C. Decimal value of the character
- D. Hex value of the character
Correct answer: D
Explanation
The correct answer is D, as %xx notation in URLs refers to the hexadecimal representation of the character. Options A, B, and C are incorrect because ASCII, binary, and decimal values do not correspond to the format used in URL encoding.