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
0
votes
1 answer

Featurereceiver sharepoint 2010 xdocument 503

My issue seems to be related to permissions, but I am not sure how to solve it. In the FeatureActivated event of one of my features I am calling out to a class I created for managing webconfig entries using the SPWebConfigModification class. The…
Maxmanzero
  • 309
  • 3
  • 14
0
votes
1 answer

Apache, FastCGI - Error 503

It was pointed out to me that my server is insecure, because anyone could read any file through PHP, even if it was out of his DocumentRoot. I decided to reconfigure whole apache and all configuration files for virtual hosts and installed Mod…
0
votes
2 answers

How many blobs may be submitted to GAE blobstore in one call?

I am trying to upload 1744 small files to the blobstore (total size of all the files is 4 MB) and get HTTP/1.1 503 Service Unavailable error. This is 100% reproducible. Is it a bug, I do I violate any constraints? I don't see any constraints in the…
0
votes
1 answer

CakePHP and AppExceptionHandler for not-built in exceptions

For exception handling I plan to use this approach Create your own Exception handler with Exception.handler or this one: Using a custom renderer with Exception.renderer to handle application exceptions 1) Can you mention about the differences…
trante
  • 33,518
  • 47
  • 192
  • 272
0
votes
1 answer

HTTP 503 error accessing Sharepoint excelservice.asmx through SOAP

I work for The Smeal College of Business at Penn State. I am doing a project for the Supply chain program and I am creating an excel workbook in Sharepoint that uses a lot of UDF's. I have no problem accessing the workbook or using other UDF's, but…
0
votes
1 answer

Using Google Analytics on a 503 page

I'm using varnish to cache our pages. When we get a 503 -- which happens a little too often -- I'd like to put some sort of page tracking on there. I'd like to place the GA code in there. I can't seem to find any instance of anyone else doing…
0
votes
1 answer

The most reliable way to download data over HTTP

What is the most reliable choice of programming language / technology to perform requests and, most important, retrieve correct and full responses from an HTTP server which is under very heavy load, often yielding HTTP 503 Service Unavailable or…
user1407902
0
votes
0 answers

High volume ASP page calling an ASP.NET to leverage cache results in 503 Service Unavailable

A high volume classic ASP page is using an ASP.NET page to return xml data, taking advantage of .NET caching capabilities. The cache being used in the .net page is the Context Cache. Recently after 1 year of running smoothly - IIS7 starts responding…
-1
votes
1 answer

Trouble connecting to the database in a Craft CMS project with DDEV and TablePlus, how can I fix this?

I'm trying to upgrade from Craft CMS 3 to Craft CMS 4 and am running into some issues. I am trying to migrate my project in Craft 3 from using MAMP Pro to ddev and had some success in the start. I have Docker Desktop installed on my Mac, and have…
-1
votes
1 answer

change user agent in a loop in R

I am using this list of user agents: https://developers.whatismybrowser.com/useragents/explore/hardware_type_specific/computer/ and in the mean time I am webscraping multiple pages from amazon. I want to change user agent during the scraping, so…
-1
votes
1 answer

HttpClient and WebClient return 503 server unavailable or 403 forbidden

In C# I am trying to use either WebClient or HttpClient to retrieve text response from a URL. The URL works in a browser. However, when I use WebClient or HttpClient, I get either 503 or 403 errors with an http service I want to use. I tested my…
gridtrak
  • 731
  • 7
  • 20
-1
votes
1 answer

Error 503 (Service Unavailable) on old server after moving with cPanel Transfer Tool

I used cPanel's Transfer Tool to move my websites to a new IP address. It was a temporary move and I wanted to revert back to my old server today. First thing I noticed was the transfer tool changed all the A records for all sites. I changed these…
Cedric Ipkiss
  • 5,662
  • 2
  • 43
  • 72
-1
votes
1 answer

Why does the browser get a 200 response to an OPTION request and a 503 response?

It is now 1 weeks that I block on this problem. I have already tried to look for similar cases but they do not answer my problem. The problem is: I have an API on Heroku develop in Express js and an angular interface in another server. For example,…
-1
votes
1 answer

Does browsers cache the 503 status of an ELB even after the ELB itself reports the backend servers are healthy?

When the backend server is down (for maintenance), the ELB rightfully returns the 503 status. However, when the server is back, and it is listed as InService in the Instances tab of the ELB, the URL still returns 503. Is this because of some kind of…
-1
votes
1 answer

Binding (sub)domain to traefik dashboard has 503 error

Running traefik with docker and bind (sub)domain to dashboard but i got 503 when request to that. Traefik is modern proxy reverse and i run it with docker by blew code. to see dashboard without direct url i binding port 8080 to 8080 and after that i…
1 2 3
35
36