Skip to content

Instantly share code, notes, and snippets.

@lukeeey
Last active March 2, 2018 18:07
Show Gist options
  • Save lukeeey/9a3d537b3de2ba1cae399b7cce82cdeb to your computer and use it in GitHub Desktop.
Save lukeeey/9a3d537b3de2ba1cae399b7cce82cdeb to your computer and use it in GitHub Desktop.

Connection test

GET http://conntest.nintendowifi.net/ HTTP/1.1
Host: conntest.nintendowifi.net
Proxy-Authorization: Basic Og==
User-Agent: CTR AC/02
HTTP_X_GAMEID: 00002400
Content-Type: application/x-www-form-urlencoded
Connection: Close

Response
HTTP/1.0 200 OK
Content-type: text/html
X-Organization: Nintendo
Server: BigIP
Connection: close
Content-Length: 246

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
    
<head>
		<title>HTML Page</title>
</head>

<body bgcolor="#FFFFFF">
This is test.html page
</body>
    
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment