Timeline for What should be the http status code for "Service not available in your area" error?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 21, 2018 at 21:25 | comment | added | jpmc26 | The last case probably warrants a 4xx response of some kind: the user made a request that the server can't fulfill. It'd be 400 if the choice was some kind of invalid input or 404 if the location itself just doesn't exist. Although could be 200 if it's a search criteria and there's just no matches. | |
| Jul 13, 2018 at 21:20 | comment | added | Brandon | Well that would pretty clearly need to be 3xx redirect of some kind. ;) | |
| Jul 13, 2018 at 1:05 | comment | added | LoztInSpace | +1 for your last sentence. Sums it up nicely. | |
| Jul 12, 2018 at 16:40 | history | answered | stdunbar | CC BY-SA 4.0 |