HTTP Response - StatusText Property

Standard HTTP Request status text

Member of HTTP Response (PRIM_WEB.HttpResponse)

Data Type - Unicode String

Details

The StatusText property is the descriptive 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

All Component Classes

Technical Reference