Http Methods — CompTIA PenTest+ (PT0-002) Practice Questions
HTTP methods, also called HTTP verbs, define the type of action a client requests a server to perform on a resource, with common examples including GET, POST, PUT, DELETE, OPTIONS, and PATCH. On the PenTest+ exam, understanding HTTP methods is essential for web application testing because misconfigured servers may allow dangerous methods such as PUT or DELETE that enable unauthorized file uploads or resource deletion. Testers use tools that enumerate allowed methods to identify these misconfigurations as part of the attack surface assessment.
Free questions on http methods
Which HTTP method is primarily used for safe, non-idempotent requests to retrieve data?
Free question · easy · full answer + explanation