I have a RESTful web service which requires an end-user license agreement (EULA) to be accepted before it can be used.
Which HTTP status code would be most appropriate for the web service to return if the EULA has not (yet) been accepted?
Currently I see the following possibilities (my current favorite in bold):
- 403 Forbidden
- 412 Precondition Failed
- 417 Expectation Failed
- 423 Locked
- 428 Precondition Required#
- 451 Unavailable For Legal Reasons