About 17,200 results
Open links in new tab
  1. Server returned HTTP response code: 503 for URL - Stack Overflow

    If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response. Note: The existence of the 503 status code does not imply that a server must use it when …

  2. HTTP Error 503, the service is unavailable - Stack Overflow

    Nov 10, 2012 · Reason 1: The HTTP Error 503. The service is unavailable occurs if the Application Pool of the corresponding Wep Application is Stopped or Disabled or Paused. or …

  3. Retry-after HTTP response header - does it affect anything?

    Sep 21, 2010 · If I want to politely refuse service on a web site due to temporary overload, the HTTP response 503 Service Unavailable seems appropriate. The spec mentions sending a …

  4. Which HTTP status code should I use for a health-check failure?

    Also, because most Load Balancers offer liveliness checks based on response codes and not all offer a way to parse a more complex payload (other than perhaps a RegExp Match which can …

  5. Always getting HTTP response code 503 when accessing webpage

    May 23, 2022 · I made an application that could read a webpage as HTML. It worked just fine up until about a week ago when it started receiving HTTP response code 503 every single time. It …

  6. Correct way to use the 503 (Service Unavailable) status code

    Dec 11, 2020 · It's an interesting question - because often times a 503 refers to the actual service you're calling (in this case, your API). I think it's more fitting to return a normal response from …

  7. HTTP response codes 500 vs 502 vs 503? - Stack Overflow

    Aug 11, 2019 · HTTP response codes 500 vs 502 vs 503? Asked 6 years, 5 months ago Modified 6 years, 4 months ago Viewed 21k times

  8. How do I make php page return a 503 error (or anything non-200)

    In firebug I can see that the actually HTTP response is a 200. How can we send a different response (ie:503) when we programatically detect in our php code that it is appropriate to do so.

  9. What is the correct HTTP status code to send when a site is down …

    154 HTTP 503 - Service Unavailable would be the most appropriate. The Web server (running the Web site) is currently unable to handle the HTTP request due to a temporary overloading or …

  10. Databricks connection attempt fails with 403 HTTP response status …

    Databricks connection attempt fails with 403 HTTP response status code Asked 2 years, 7 months ago Modified 6 months ago Viewed 12k times