SDTP 200 OK status documentation
Description
The SDTP 200 OK status indicates that the request was successful. The meaning of success depends upon the request method used:
GET- The requested resource exists and has been returned in the response body.
HEAD- The requested resource exists but has not been returned in the response body, only the headers have been sent.
Support
| Program | Support | Note |
|---|---|---|
| SDTPBrowser | Yes | If SDTPBrowser receives a 200 OK it will use the returned response as normal. |
| SDTPServer | Yes | SDTPServer generates a 200 OK response if everything went normally when generating the response. |