Initializing help system before first use

httpreqlabel

Purpose
Get the label associated to a request.
Synopsis
function httpreqlabel(reqid:integer):text
Argument
reqid 
Request number
Return value
Label of the request
Further information
1. The label of the GET or DELETE request is the URL after having removed server reference and query data (for instance the label returned for "http://srv/some/path?a=10" is "some/path"). Any query data is automatically saved into the associated request file ( httpreqfile) in a format compatible with initialisations blocks. When such a file has been created the request status ( httpreqstat) has value 3.
2. In the case of a POST, a PUT or a PATCH request the returned value also includes the undecoded data.
Related topics
Module

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.