OnPreRequest - cWebHttpHandler

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

Type: Event

Parameters: String sVerb String sPath

ParameterDescription
sVerbString with the request verb (e.g. "POST", "GET", ...)
sPathThe 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.