Initializing help system before first use

httpreplycode

Purpose
Reply to an HTTP request only with a status code.
Synopsis
procedure httpreplycode(reqid:integer, code:integer)
procedure httpreplycode(reqid:integer, code:integer, msg:string)
procedure httpreplycode(reqid:integer, code:integer, msg:string, xhdr:string|text)
Arguments
reqid 
Request number
code 
HTTP status code to be returned (see Section Constants for a list of predefined status code constants)
msg 
Explanation text
xhdr 
Additional headers to include in the response
Further information
1. This procedure replies to the specified request using the provided code that should be a valid HTTP status ( i.e. 3 digit number).
2. Unless the provided code is 204 ( No Content) a basic HTML page is generated as the data associated to the response including the standard reason ( e.g. Bad Request for code 400) as well as the given explanation text.
3. If the specified request is of type HEAD (see httphead) this procedure sends only the header part of the result.
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.