999 Request Denied
http.dev
999 Request Denied
1–10 of 74 posts
Re: 999 Request Denied
#2Re: 999 Request Denied
#3I’ve always used 418 for this kind of thing
Re: 999 Request Denied
#4I’ve always used 418 for this kind of thing
Re: 999 Request Denied
#5I’ve always used 418 for this kind of thing
Re: 999 Request Denied
#6For me, if the server cannot specifically tell you what kind of error happened, it’s by definition a 500.
My API is internal, but it’s been nice to consider, “all 500-level errors are my team’s problem to fix or represent more accurately as a 400-level.”
Re: 999 Request Denied
#7Re: 999 Request Denied
#8> It will also be returned if there are too many HTTP requests in a single day. This is similar to the HTTP 429 Too Many Requests error message.
Similar? That is excatly what 429 was made for, or not? This is weird or just lazy.
Re: 999 Request Denied
#9I've never realized that http status 999 was a thing. I've often used 401 to tell user something similar to "denied"...which i get is different in that "unauthorized" (for 401) is the browser telling the user, while i suppose 999 would be the server telling the client to tell the user a generic "denied"...so there's a difference there, but a little nuanced i suppose. I guess TIL.
It’s not. That code does not conform to any standard.
Re: 999 Request Denied
#10It says it’s deprecated but we still get them from their API from time to time.