HTTP Methods Validation

8 tests verify that only allowed HTTP methods are accepted per path.

METHOD-001PASS

GET /index.html - Allowed method

GET requests to static files are allowed as defined in the policy.

METHOD-003BLOCKED

DELETE /index.html - Method not allowed

DELETE requests are blocked if not explicitly defined for this path in the policy.