Questions tagged [http-status-code-503]

503 is one of the status codes a web server can return to a client application when processing a request. 503 is defined as Service Unavailable

503 Service Unavailable. The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. 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 becoming overloaded. Some servers may wish to simply refuse the connection.

Related tags

See also RFC2616.

535 questions
-1
votes
1 answer

Server Returned 503 Error on Visual Studio Code MarketPlace

Are there any problems with the Visual Studio Code Marketplace servers? I've been trying to install packages for 8 hours and I could not. An error appears: Server Returned 503. Or the error is mine or the configuration ?.
-1
votes
1 answer

Angular 1.5 Response status returning NULL (-1) instead of 503 due to cors

I am getting response status of 503 on a No Access-Control-Allow-Origin header error in the browser but Angular 1.5.5. $http is getting a status of NULL (-1). Is there any way for me to get the actual 503 error in Angular? Thanks.
Mitch
  • 31
  • 3
-1
votes
1 answer

Websphere 7.0 throwing 503 exactly after 180 seconds when the external service hasn't replied yet

I developed a struts2 application that writes the files to an external system (RESTful web service that has been written in PHP) which has to convert the files to TIFF and also scan these files. Here's the code snippet: HttpURLConnection conn =…
-1
votes
1 answer

CORS headers not working only in Firefox

I'm having problems only on Mozilla Firefox, my requests are "Unavailable (503)" because of the missing header Access-Control-Allow-Origin. However, the header is on the server side, inside my web.config:
GermanCH
  • 1
  • 3
-1
votes
2 answers

Java Restlet gets 503/504 error, stops running

I have a Java program set up to make a request to a server every second, using Restlet, but every week during the same time they do some maintenance for about a minute within the hours that I'm running my program. As a result, I get a couple of 504…
Beez
  • 391
  • 5
  • 6
  • 16
-1
votes
2 answers

server 2008 .net framework 4 503 error

I just installed .net 4 on my server 2008 and I keep getting Service Unavailable HTTP Error 503. The service is unavailable. messages from any application I try to run as .net 4. The application pool keeps stopping. Event view shows: "The worker…
Eonasdan
  • 7,563
  • 8
  • 55
  • 82
-2
votes
1 answer

Retry if status_code is 503

def verify_app_log_cur_day2(self, anypoint_monitoring, organization_id, int, applist, access_token): headers = {"Authorization": f"Bearer {access_token}"} payload = {} log_list = [] for item in applist: url =…
-2
votes
1 answer

Is it bad that the root folder directory is being assigned to the web root (public_html) folder instead of its own domain folder within the web root?

The current site I'm working on gets random inconsistent 503 errors and just crashes for the next few minutes. Noticed that in the file manager instead of there being a folder for the domain itself, it is just dumped directly into the webroot…
-2
votes
1 answer

AWS returns 503 for some websites

I have just started playing around with AWS and I've been reading the docs as I go but I have run across a strange problem that I cannot explain and I was hoping someone experienced in AWS would be able to answer. Certain websites return a 503 http…
gwnp
  • 1,127
  • 1
  • 10
  • 35
1 2 3
35
36