Jump to main content Jump to doc navigation

Event: OnPageUnauthorized

Fires immediately before the user is forwarded to the unauthorized page if attempting to view a non-accessible Resource.

  • Service: 1 - Parser Service Events
  • Group: None

Event Parameters

Name Description
response_code The response code to send. Defaults to "HTTP/1.1 401 Unauthorized"
error_type The type. Defaults to 401.
error_header The header being sent: Defaults to "HTTP/1.1 401 Unauthorized"
error_pagetitle The pagetitle of the unauthorized page.
error_message The message being sent in the unauthorized page.

See Also