Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

API: RequestLog.GetLogStringEntry

Scoped Name

APIServer.RequestLog.GetLogStringEntry

Interface

Field Variable ...as Description
RequestID FetchKey Input The unique identification of the request for which the request string must be returned.
RequestID FetchedData Output The unique identification of the request string returned.
RequestStringLong FetchedData Output The request string received by the web server. This field contains a maximum of 1024 bytes of the request that was send to the server.
ResuestStringLength FetchedData Output This field contains the actual length of the request send by the client to the server.

Description

This API behaves like a standard SingleFetch. The API returns the request string that has been saved.

Whether a request string was saved or not depends on the setting in the Requestlog configuration value at the time that the request was written to the log. If the request string was saved, it will be returned no matter what the configuration value has been set to, as this only implies for the creation of new requests.