wwPageResponse::Status

Allows you to specify the Response Status Code. The status code is the status number and message that follows the HTTP protocol.

Examples:

foxpro
foxpro
Response.Status = "200 OK" Response.Status = "401 Not Found" Response.Status = "404 Unauthorized" Response.Status = "500 Server Error"

Parameters

Initial value: 200 OK

See also

Class wwPageResponse

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic