Programming Reference Manual
 
Syntax
 
object.Status
 
Description
HTTP status included in the response.
 
Part
Description
object
Evaluates to a ParentResponse Object
 

Data Type

httpStatusConstants (see below)

Remarks

When set to a value greater than 0, an "Expires:" header is added to the response with the specified date. This header notifies the client that a certain response is OK to be used from its cache for a given period of time.
 
See Also
 
Overview of status values
 

HttpStatusConstants

Enumerates standard values for Status. These are explained in RFC 2616. If a custom status is desired, Status and StatusText can be set to any desired value.
When Status is set to: StatusText is set to:
 
Value
Constant
Description
100
httpContinue
"Continue"
101
httpSwitchingProtocols
"Switching Protocols"
200
httpOK
"OK"
201
httpCreated
"Created"
202
httpAccepted
"Accepted"
203
httpNonAuthoritativeInformation
"Non-Authoritative Information"
204
httpNoContent
"No Content"
205
httpResetContent
"Reset Content"
206
httpPartialContent
"Partial Content"
300
httpMultipleChoices
"Multiple Choices"
301
httpMovedPermanently
"Moved Permanently"
302
httpFound
"Found"
303
httpSeeOther
"See Other"
304
httpNotModified
"Not Modified"
305
httpUseProxy
"Use Proxy"
307
httpTemporaryRedirect
"Temporary Redirect"
400
httpBadRequest
"Bad Request"
401
httpUnauthorized
"Unauthorized"
402
httpPaymentRequired
"Payment Required"
403
httpForbidden
"Forbidden"
404
httpNotFound
"Not Found"
405
httpMethodNotAllowed
"Method Not Allowed"
406
httpNotAcceptable
"Not Acceptable"
407
httpProxyAuthenticationRequired
"Proxy Authentication Required"
408
httpRequestTimeOut
"Request Time-out"
409
httpConflict
"Conflict"
410
httpGone
"Gone"
411
httpLengthRequired
"Length Required"
412
httpPreconditionFailed
"Precondition Failed"
413
httpRequestEntityTooLarge
"Request Entity Too Large"
414
httpRequestURITooLarge
"Request-URI Too Large"
415
httpUnsupportedMediaType
"Unsupported Media Type"
416
httpRequestRangeNotSatisfiable
"Request range not satisfiable"
417
httpExpectationFailed
"Expectation Failed"
500
httpInternalServerError
"Internal Server Error"
501
httpNotImplemented
"Not Implemented"
502
httpBadGateway
"Bad Gateway"
503
httpServiceUnavailable
"Service Unavailable"
504
httpGatewayTimeOut
"Gateway Time-out"
505
httpVersionNotSupported
"HTTP Version not supported"