hyperobject / crossorigin.me

A CORS proxy for everyone.
http://crossorigin.me
MIT License
679 stars 132 forks source link

503 Service Unavailable for crossorigin.me/ #84

Closed matthewbauer closed 7 years ago

matthewbauer commented 7 years ago

I consistently get an error when trying to use the demo URL:

$ curl -i https://crossorigin.me/https://google.com
HTTP/2.0 503
date:Mon, 27 Feb 2017 02:52:52 GMT
content-type:text/html
set-cookie:__cfduid=dea13a35cc9da2b3d4bf45354c35728541488163968; expires=Tue, 27-Feb-18 02:52:48 GMT; path=/; domain=.crossorigin.me; HttpOnly
cache-control:no-cache
server:cloudflare-nginx
cf-ray:337857c52a2510e7-ORD

<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
<script type="text/javascript">
//<![CDATA[
try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"f04a2e4c055c3890dc93abbd23c72ae2",petok:"0deed36508c8d3139081e116a1945d5f7960360e-1488163972-1800",zone:"crossorigin.me",rocket:"0",apps:{"ga_key":{"ua":"UA-42726363-5","ga_bs":"2"}}}];!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok3v=f2befc48d1/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
//]]>
</script>
<script type="text/javascript">
/* <![CDATA[ */
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42726363-5']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

(function(b){(function(a){"__CF"in b&&"DJS"in b.__CF?b.__CF.DJS.push(a):"addEventListener"in b?b.addEventListener("load",a,!1):b.attachEvent("onload",a)})(function(){"FB"in b&&"Event"in FB&&"subscribe"in FB.Event&&(FB.Event.subscribe("edge.create",function(a){_gaq.push(["_trackSocial","facebook","like",a])}),FB.Event.subscribe("edge.remove",function(a){_gaq.push(["_trackSocial","facebook","unlike",a])}),FB.Event.subscribe("message.send",function(a){_gaq.push(["_trackSocial","facebook","send",a])}));"twttr"in b&&"events"in twttr&&"bind"in twttr.events&&twttr.events.bind("tweet",function(a){if(a){var b;if(a.target&&a.target.nodeName=="IFRAME")a:{if(a=a.target.src){a=a.split("#")[0].match(/[^?=&]+=([^&]*)?/g);b=0;for(var c;c=a[b];++b)if(c.indexOf("url")===0){b=unescape(c.split("=")[1]);break a}}b=void 0}_gaq.push(["_trackSocial","twitter","tweet",b])}})})})(window);
/* ]]> */
</script>
</body></html>
seahyc commented 7 years ago

I face the same issue too, are the servers facing some load issues?

503 Service Unavailable No server is available to handle this request.

ghost commented 7 years ago

+1

hyperobject commented 7 years ago

Yes, facing some heavy load, and HAProxy doesn't seem to handle it super well. Trying to find a more stable load balancer (heh), but no such luck thus far.