awesome-console-services icon indicating copy to clipboard operation
awesome-console-services copied to clipboard

urlecho.appspot.com and urlreq.appspot.com not responding

Open techie2000 opened this issue 3 years ago • 0 comments

I am consistently getting a service response/state of 500 for these services

curl -s "https://urlecho.appspot.com/echo?body=Hello+World"

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
curl -s "https://urlreq.appspot.com/req?method=GET&url=https://l2.io/ip"

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>

techie2000 avatar Nov 25 '22 17:11 techie2000