MKS-Elixr / forcefield

1 stars 2 forks source link

Server Returns 404 for Missing Token #89

Closed merktassel closed 8 years ago

merktassel commented 8 years ago

The HTTP status code 404 should be used to indicate that a file was not found, not that an authentication token is missing. It should be changed to HTTP status code 401 (unauthorized) instead.