Skip to content

OnPreRequest - cWebHttpHandler

Triggered before a request is handled by the OnHttp... events.

Type: Event

Parameters

Parameter Type Description
sVerb String String with the request verb (e.g. "POST", "GET", ...)
sPath String The path of the request relative to the location of the handler

Syntax

Procedure OnPreRequest String sVerb String sPath

Description

This event is triggered before a request is handled by the OnHttp... events.