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
vote
1 answer

Getting Checking your browser before accessing template and 503 status code with https.request(options,callback) node.js

I want to get the html of this page for parsing(click the link to understand what content i want to get). 750-bond list Here's my code to request this page content var https = require("https"); var fs = require("fs"); var options = { …
Aamir
  • 101
  • 1
  • 12
1
vote
2 answers

Jenkins Error 503 on AWS EC2 Instance

I have created an AWS Ec2 instance using the following documentation: https://d0.awsstatic.com/Projects/P5505030/aws-project_Jenkins-build-server.pdf However, when I get to the stage where I connect from my web browser to Jenkins using http://:8080…
colin
  • 603
  • 1
  • 7
  • 21
1
vote
1 answer

how to get response(or responsebody) using restTempate.excute when another server send me "503 status"

(This is blueprint of our service) webpage <-> proxy-server <-> api-server <-> datebase [-------- my work ---------][------- not mine -------] I send request from proxy-server to api-server using "RestTemplate.exchange". @Override public
1
vote
1 answer

CORS not working

I have a contact form that the user fills out which gets posted to my Web API to be sent using nodemailer. CORS works as expected with the when I run the client and API locally: Client localhost:4200 with POST request sendEmail(queryObject: any)…
ShadowCore
  • 311
  • 2
  • 5
  • 13
1
vote
1 answer

Sinch JS SDK - 503 Unable to connect call

Using the code pasted below and the latest Sinch JS SDK sourced from the CDN I get an error - 503 (Unable to connect call) - in the console from a POST to https://callingapi.sinch.com/v1/calls/conference. Does anyone have any thoughts as to why…
Ivan Brown
  • 11
  • 2
1
vote
1 answer

UnavailableException when trying to set up Jetty CORS access

I've been trying to follow this and linked within answers to try and setup a CORS access as apparently localhost and localhost:8080 are two different domains. sigh Either way, the issue I'm having is that when starting the server a…
Mox
  • 564
  • 2
  • 8
  • 20
1
vote
1 answer

Android volley error 503 after 40 POST request

I have a very simple program that sends POST to my server on godaddy using Volley. I created multiple requests in a loop. The code works fine for first few requests but randomly give error 503. There is specific pattern My table only has 1 column…
1
vote
2 answers

Handling 503 Error in Express/Node.js especially in TryCatch case

I have a special case for which I want to clear the possible reason for 503 Error. The following code snippet has a catch statement which runs when system is not able to find any results app.post('/api/fetch/user', function(req, res){ var email…
Nah
  • 1,690
  • 2
  • 26
  • 46
1
vote
0 answers

Tomcat 8 Set HTTP 503 maintenance status

Is there a way in Tomcat 8 to set the HTTP 503 response on a port for maintenance purposes? What I am trying to do is to notify a load balancer that Tomcat is under maintenance and after the work on the application inside Tomcat is completed set…
user1982350
  • 2,441
  • 2
  • 14
  • 11
1
vote
1 answer

Python AmazonAPI Error 503 Service Unavailable

Using AmazonApi for python, gives me error 503. It is really strange as the same script has worked until three days ago. Since then it gives error 503. I did some research and found that amazon fires 503 when too many requests are submitted for a…
Nick
  • 677
  • 1
  • 11
  • 25
1
vote
1 answer

wget error 503 while chrome works

I am trying to create a cron job to access a particular URL to do some maintenance stuff. While accessing the URL remotely from Chrome works fine (returns 200 OK), accessing it locally on the server with wget gets me "ERROR 503: Service…
Florin C.
  • 266
  • 7
  • 18
1
vote
3 answers

Apache archiva returns http error 503

I am using apache Archiva v. 2.2.0 under Windows Server 2012 R2, Java version 1.8.0_60 inside VirtualBox. It used to work for quite a long time before Windows autoupdate. After Windows autoupdate I am getting an error message when going to archiva…
igor-so
  • 453
  • 9
  • 16
1
vote
2 answers

How to scrape Google SERPs with Jsoup?

I was trying to scrape links from google using 600 different searches, In the process of this I started getting the following error. Error org.jsoup.HttpStatusException: HTTP error fetching URL. Status=503,…
1
vote
1 answer

XMPP resource id getting change while login more then one device

i have logged in two devices with same user id and password, so when destination device send voice or image to client .The one device getting the destination message but another one device not getting the destination message . because the resource…
jenish.x
  • 61
  • 6
1
vote
2 answers

Magento 1.9.2 - admin panel 503

I'm having an issue with 503 error. When I'm trying to log into admin panel, i'm getting: 503 Service Unavailable The server is temporarily busy, try again later! I'm using LiteSpeed Web Server. All front pages such as product pages, checkout etc.…
br33f
  • 105
  • 9