lw-suppress-status
Use this parameter in a request to cause the HTTP response status value to be "200 OK" regardless of the outcome of the request. The actual response status and reason phrase will be returned in the lw-http-status and lw-http-reason parameters. This parameter may be required if the HTTP client framework requires a "200 OK" status in order to return the response data.
This parameter does not appear in responses. The parameter value should be a positive integer or the string "true".
An HTTP header or query string argument with the name suppress-status and non-zero numeric value indicating that response codes should be suppressed.
Query String Example
http://lightwave.example.com/uri?lw-suppress-status=true
Header Example
http://lightwave.example.com/uri
lw-suppress-status: 1
Use this parameter in a request to cause the HTTP response status value to be "200 OK" regardless of the outcome of the request. The actual response status and reason phrase will be returned in the lw-http-status and lw-http-reason parameters. This parameter may be required the HTTP client framework requires a "200 OK" status in order to return the response data.
This parameter does not appear in responses. The parameter value should be a positive integer or the string "true".
An HTTP header or query string argument with the name suppress-status and non-zero numeric value indicating that response codes should be suppressed.
Query String Example
http://lightwave.example.com/uri?lw-suppress-status=true
Header Example
http://lightwave.example.com/uri
lw-suppress-status: 1