HTTP status codes are a set of standardized codes returned in an HTTP web response.
I've written an API in a framework based on ZF2 (Zend Framework 2) called Apigility. My Service can query 3rd party …
rest http-status-codes laminas-api-toolsSome hours my web site's server has too much load. Which HTTP status code should I send to the Googlebot …
http seo http-status-codes googlebot http-status-code-503Which HTTP status code should I respond with after authenticating the user and then finding out that they have not …
http httpresponse http-status-codesI'm a developer not a wordsmith and as such I'm stuck. We have a subscription based site whereby users may …
usability http-status-codes http-status-code-401What status code should a well-written HTTP server return when it gets a CORS preflight (OPTIONS) request? 200, 204 or something else? …
http cors http-status-codes preflightIn ASP.NET you can set the Response.StatusCode to for example 404. Should the status line / description always be set? (…
.net asp.net asp.net-4.0 http-status-codesDoes somebody know which HTTP status code is the right one for the following situation? An anonymous client can request …
http rest http-status-codes restful-architectureIn Delphi, I'm using Indy's TIdHTTPWebBrokerBridge coupled with TIdHTTP to send/receive data via HTTP. On the Server, I don't …
delphi http indy http-status-codesToday a co-worked used a 550 error on a delete action when the user doesn't have permission which at first looked …
web-applications http-status-codes http-errorInspired by a thought while looking at the question "Correct HTTP status code when resource is available but not accessible …
security http rest http-status-codes