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

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.