OnHttpGet - cWebHttpHandler
Triggered for each GET request that comes in
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sPath | String | The path of the request (e.g. "/WebOrder_19_1/Something") |
| sAcceptType | String | The accept-type header of the request |
Syntax
Procedure OnHttpGet String sPath String sAcceptType
Description
This event is triggered for each GET request that comes in.