Indicating the Need for Client Action

From RAD Studio
Jump to: navigation, search

Go Up to Filling in the Response Header


When the status code is in the 300-399 range, the client must perform further action before the Web server application can complete its request. If you need to redirect the client to another URI, or indicate that a new URI was created to handle the request, set the Location property. If the client must provide a password before you can proceed, set the WWWAuthenticate property.

See Also