Skip to content

OnHttpPost - cWebHttpHandler

Triggered for each POST request that comes in

Type: Event

Parameters

Parameter Type Description
sPath String The path of the request like "/WebOrder_19_1/Something"
sContentType String The content-type header of the request.
sAcceptType String The accept-type header of the request.
iSize DWord The size of the request body in bytes.

Syntax

Procedure OnHttpPost String sPath String sContentType String sAcceptType DWord iSize

Description

This event is triggered for each POST request that comes in.

Note that if OnHttpRequest is not forwarded, then this event will not be called.

psVerbs should include "POST" or should be set to "*".