
HTTP status code
Member of Web Resource (PRIM_CLRC)
Data Type - Integer
Details
The HttpStatus property is the numeric status code attached to an XMLHTTPRequest response. A list of status codes can be found here
Common Status Codes
Enum Value | Description |
---|---|
200 | OK. Standard response for successful HTTP requests |
403 | Fobidden. The request was a valid request, but the server is refusing to respond to it |
404 | Not Found. The requested resource could not be found but may be available again in the future |
408 | Request Timeout. The server timed out waiting for the request |
See also
LANSA Version 15, April 2020