QuestionQ12

Reporting and Tracking Web Transactions

Which response code in the access logs shows that a transaction was blocked by policy?

  • A TCP_DENIED/407
  • B TCP_DENIED/401
  • C TCP_DENIED/403
  • D TCP_DENIED/307
Explanation

TCP_DENIED denotes a client request denied by access policies, and HTTP status 403 means Forbidden. Therefore, a policy-blocked transaction is logged as TCP_DENIED/403.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!