canmove, Confirmed users
725
edits
| Line 81: | Line 81: | ||
</ul> | </ul> | ||
== | == Server API == | ||
The only valid | The only valid HTTP response codes are 200 and 304 since those are part of the protocol and expected to happen. Anything else, like 404 or 503 must result in a complete termination of the password exchange. The client can retry the exchange then at a later time, starting all over with clean state. | ||
Anything else, like 404 or 503 must result in a complete termination of the password exchange. The client can retry the exchange then at a later time, starting all over with clean state. | |||
The server provides three APIs: | The server provides three APIs: | ||