tilz0R

Untitled

Dec 13th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. AT+CIPSTART=0,"TCP","example.com",80
  2.  
  3. 0,CONNECT
  4.  
  5. OK
  6. AT+CIPSEND=0,57
  7.  
  8.  
  9. OK
  10. >
  11. Recv 57 bytes
  12.  
  13. SEND OK
  14.  
  15. +IPD,0,1452,93.184.216.34,80:HTTP/1.1 200 OK
  16. Accept-Ranges: bytes
  17. Cache-Control: max-age=604800
  18. Content-Type: text/html
  19. Date: Tue, 13 Dec 2016 18:56:55 GMT
  20. Etag: "359670651"
  21. Expires: Tue, 20 Dec 2016 18:56:55 GMT
  22. Last-Modified: Fri, 09 Aug 2013 23:54:35 GMT
  23. Server: ECS (iad/182A)
  24. Vary: Accept-Encoding
  25. X-Cache: HIT
  26. x-ec-custom-error: 1
  27. Content-Length: 1270
  28. Connection: close
  29.  
  30. <!doctype html>
  31. <html>
  32. <head>
  33. <title>Example Domain</title>
  34.  
  35. <meta charset="utf-8" />
  36. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  37. <meta name="viewport" content="width=device-width, initial-scale=1" />
  38. <style type="text/css">
  39. body {
  40. background-color: #f0f0f2;
  41. margin: 0;
  42. padding: 0;
  43. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  44.  
  45. }
  46. div {
  47. width: 600px;
  48. margin: 5em auto;
  49. padding: 50px;
  50. background-color: #fff;
  51. border-radius: 1em;
  52. }
  53. a:link, a:visited {
  54. color: #38488f;
  55. text-decoration: none;
  56. }
  57. @media (max-width: 700px) {
  58. body {
  59. background-color: #fff;
  60. }
  61. div {
  62. width: auto;
  63. margin: 0 auto;
  64. border-radius: 0;
  65. padding: 1em;
  66. }
  67. }
  68. </style>
  69. </head>
  70.  
  71. <body>
  72. <div>
  73. <h1>Example Domain</h1>
  74. <p>This domain is established to be used for illustrative examples in documents. You may use this
  75.  
  76. +IPD,0,181,93.184.216.34,80: domain in examples without prior coordination or asking for permission.</p>
  77. <p><a href="http://www.iana.org/domains/example">More information...</a></p>
  78. </div>
  79. </body>
  80. </html>
  81. 0,CLOSED
Add Comment
Please, Sign In to add comment