ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the value of a parameter identified by its name (REST Webservice only) Hide the details
Corresponds to: Value of specified parameter.Empty string ("") if the parameter does not exist or if it has no value.
Name of parameter whose value will be returned.
Mode for managing the encoding of parameter value:paramWithDecoding(Default value)The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. paramNoDecodingThe raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the URL encoding does not respect the standard used by WEBDEV (problem for managing the + sign, etc.)
Retrieving the value of a parameter identified by its subscript (REST Webservice only) Hide the details
Corresponds to: Value of specified parameter. This value has the following format: <Parameter name> = <Value>. Empty string ("") if the parameter does not exist.
Subscript of parameter whose value will be returned.
Retrieving specific data (raw data of the request sent by a POST or PUT method.) Hide the details
Valeur of requested message type:Data received. Empty buffer if no data. Remark: A fatal error is triggered if the query does not return data (e.g. DELETE method).
Type of data to retrieve: paramBufferRetrieves the raw data that was received (sent by POST or PUT methods).
Pre-launched sessions
Passing parameters in the raw data of the request (POST or PUT method)
Last update: 01/01/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: