Skip to content

Instantly share code, notes, and snippets.

@Genysys
Last active August 27, 2019 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Genysys/6bbb8eb6415cd3c6c6b591dee741db91 to your computer and use it in GitHub Desktop.
Save Genysys/6bbb8eb6415cd3c6c6b591dee741db91 to your computer and use it in GitHub Desktop.
curl -H 'Content-Type: application/json' \
> -X POST \
> -d '{"id":1, "jsonrpc": "2.0", "method": "eth_getBalance","params":["0xfe05a3e72235c9f92fd9f2282f41a8154d6d342b", "latest"]]}' \
> ropsten.infura.io/v3/{MY_PROJECT_ID}
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
<title>ERROR: The requested URL could not be retrieved</title>
<style type="text/css"><!--
/* Hoist Squid errorpage */
* {
font-family: Trebuchet MS",Arial,Helvetica,sans-serif;
}
html body {
padding: 0;
margin: 0;
background: #ffffff;
font-size: 12px;
color: #3e4545;
/*background: url('https://clblgn.sceur.ch/images/bgswisscom.jpg') no-repeat center center;
background-size: cover;*/
position:relative;
z-index:0;
background-attachment: fixed;
font-family: Arial,Helvetica,sans-serif;
}
/* Page displayed title area */
#titles {
}
/* initial title */
/*#titles h1:before{
content: '';
display: block;
background: url('https://clblgn.sceur.ch/images/HoistGroup-Logo-Wide-NEG-PNG.png') no-repeat;
width: 233px;
height: 50px;
padding: 0;
margin: 0;
float: left;
}*/
#titles h1 {
color: #FFF;
background-image: url('https://clblgn.sceur.ch:2443/redirect-errors/HoistGroup-Logo-Wide-NEG-PNG.png');
background-color: #5e3f61;
background-repeat: no-repeat;
margin: 0px;
padding: 10px;
padding-left: 243px;
height: 30px; /* 50px height of bg image, minus 2*10px padding */
}
#titles h2 {
color: #5e3f61;
margin: 15px;
margin-top: 50px;
width: 640px;
margin-left: auto;
margin-right: auto;
border: 1px solid #5e3f61;
padding: 10px;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
background-color:#00ff00;
width:100%;
}
/* Page displayed body content area */
#content {
width: 640px;
/*margin-left: 15px;*/
margin-left: auto;
margin-right: auto;
border: 1px solid #5e3f61;
padding: 10px;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
font-family: courier;
color: black;
font-size: 10pt;
}
#dirlisting {
margin-left: 2%;
margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
border-bottom: groove;
}
#dirlisting td.size {
width: 50px;
text-align: right;
padding-right: 5px;
}
/* horizontal lines */
hr {
border: none;
}
/* page displayed footer area */
#footer {
font-size: 9px;
/*padding-left: 10px;*/
width: 640px;
margin-left: auto;
margin-right: auto;
border: 1px solid #5e3f61;
padding: 10px;
}
body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
--></style>
</head><body id=ERR_CONNECT_FAIL>
<div id="titles">
<h1>ERROR</h1>
<h2>The requested URL could not be retrieved</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="http://ropsten.infura.io/v3/eac78836a0944b96a8008eb250c106bb">http://ropsten.infura.io/v3/eac78836a0944b96a8008eb250c106bb</a></p>
<blockquote id="error">
<p><b>Connection to 34.196.102.143 failed.</b></p>
</blockquote>
<p id="sysmsg">The system returned: <i>(110) Connection timed out</i></p>
<p>The remote host or network may be down. Please try the request again.</p>
<p>Your cache administrator is <a href="mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20access-gateway.hoisthospitality.com%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(110)%20Connection%20timed%20out%0D%0ATimeStamp%3A%20Tue,%2027%20Aug%202019%2013%3A45%3A49%20GMT%0D%0A%0D%0AClientIP%3A%20192.168.48.150%0D%0AServerIP%3A%20ropsten.infura.io%0D%0A%0D%0AHTTP%20Request%3A%0D%0APOST%20%2Fv3%2Feac78836a0944b96a8008eb250c106bb%20HTTP%2F1.1%0AUser-Agent%3A%20curl%2F7.54.0%0D%0AAccept%3A%20*%2F*%0D%0AContent-Type%3A%20application%2Fjson%0D%0AContent-Length%3A%20121%0D%0AHost%3A%20ropsten.infura.io%0D%0A%0D%0A%0D%0A">webmaster</a>.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 27 Aug 2019 13:45:49 GMT by access-gateway.hoisthospitality.com (squid)</p>
<!-- ERR_CONNECT_FAIL -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment