What does HRESULT 0x80190193 (HTTP_E_STATUS_FORBIDDEN) mean?

 
Previous Next
HTTP_E_STATUS_PAYMENT_REQ HTTP_E_STATUS_NOT_FOUND

HTTP_E_STATUS_FORBIDDEN

HTTP_E_STATUS_FORBIDDEN maps to HTTP 403 Forbidden. The server understood the request but refuses to fulfill it. Re-authenticating with the same identity is generally not expected to change the result.

What to check

  • Verify authorization roles, ACLs, tenant boundaries, source IP restrictions, CSRF rules, WAF rules, and resource ownership.
  • Check whether a reverse proxy or CDN generated the denial before the request reached the application.
  • Use the server-side audit trail or request ID to determine the specific policy that denied access.

RFC 9110: 403 Forbidden


Looking for a different code? Search another status or error code.