Online documentation - WebsydianExpress v3.0 |
APIWebServer.GetCurrentRequestID
Field | Variable | ...as | Description |
---|---|---|---|
RequestID | Output | Output | The request id of the current request |
Returns the current request id assigned to the request being processed.
The request id is unique between requests.
Please note that this is a web server function - it should not be called from server functions. A server function APIServer.GetCurrentRequestID is available if you want the functionality in a serverfunction.