electronicsguy

Google Sheets GET response on ESP8266

Apr 21st, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.38 KB | None | 0 0
  1. WiFi connected
  2. IP address:
  3. 192.168.1.105
  4. connecting to script.google.com
  5. certificate doesn't match
  6. requesting URL: /macros/s/AKfycbzYw5G-oxvnwHpAJfDsS0PWNrO0KTBMiCW78lHUcEO6ZnFHvSw/exec?value=111
  7. Request Sent
  8.  
  9. Response:
  10.  
  11. HTTP/1.1 302 Moved Temporarily
  12.  
  13. Content-Type: text/html; charset=UTF-8
  14.  
  15. Access-Control-Allow-Origin: *
  16.  
  17. Cache-Control: no-cache, no-store, max-age=0, must-revalidate
  18.  
  19. Pragma: no-cache
  20.  
  21. Expires: Fri, 01 Jan 1990 00:00:00 GMT
  22.  
  23. Date: Thu, 21 Apr 2016 14:06:27 GMT
  24.  
  25. Location: https://script.googleusercontent.com/macros/echo?user_content_key=UEQ6TYpLioN9lEVnW9o6IR66PrV7HKlWkuge1GCMUIO__AIR-4FJPL-6mrG105Epsji3g_vSUv8_WhFmJ26fwSza9izTQ501m5_BxDlH2jW0nuo2oDemN9CCS2h10ox_1xSncGQajx_ryfhECjZEnOgpi9pBl-LgQCVG-NLd3tcOTBUiZrIFJ0mPyi1WE52ywrKn0QktEFu61KyrOD92OCyU0xGY_sVOWdGRm-zTlko&lib=M0QyOZHP8CgIks5MMbjZ1TXCKd2Ix41a_
  26.  
  27. P3P: CP="This is not a P3P policy! See https://support.google.com/accounts/answer/151657?hl=en for more info."
  28.  
  29. P3P: CP="This is not a P3P policy! See https://support.google.com/accounts/answer/151657?hl=en for more info."
  30.  
  31. X-Content-Type-Options: nosniff
  32.  
  33. X-Frame-Options: SAMEORIGIN
  34.  
  35. X-XSS-Protection: 1; mode=block
  36.  
  37. Server: GSE
  38.  
  39. Set-Cookie: NID=78=BOv7RMbtLLRwebdONj3B9fFQYBEAEbXzCXP0OJowaxsyCSqGln0ss8LGwtKIy_mbqkbwnAXdR8KecScW2-4_BlhFOvtcf6WOWTh-TDZW65oH_NAIJ4ani98Nb6sIkxVM;Domain=.google.com;Path=/;Expires=Fri, 21-Oct-2016 14:06:27 GMT;HttpOnly
  40.  
  41. Set-Cookie: NID=78=EuQuy4-cXucfT3EaHYRKghuqYUBRlHjMx9For5U4NK8QRe8H-qjLloLK5ljEGlI4LLr2ZZtKqccDEtf4d4Jgk9fGQ21y6hW9AB9nlSQGz0gRnYiJ3e8Rogda8Qkk18sE;Domain=.google.com;Path=/;Expires=Fri, 21-Oct-2016 14:06:27 GMT;HttpOnly
  42.  
  43. Alternate-Protocol: 443:quic
  44.  
  45. Alt-Svc: quic=":443"; ma=2592000; v="32,31,30,29,28,27,26,25"
  46.  
  47. Accept-Ranges: none
  48.  
  49. Vary: Accept-Encoding
  50.  
  51. Transfer-Encoding: chunked
  52.  
  53.  
  54.  
  55. END OF HEADER
  56. Body:
  57.  
  58. 20d
  59.  
  60. <HTML>
  61. <HEAD>
  62. <TITLE>Moved Temporarily</TITLE>
  63. </HEAD>
  64. <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
  65. <H1>Moved Temporarily</H1>
  66. The document has moved <A HREF="https://script.googleusercontent.com/macros/echo?user_content_key=UEQ6TYpLioN9lEVnW9o6IR66PrV7HKlWkuge1GCMUIO__AIR-4FJPL-6mrG105Epsji3g_vSUv8_WhFmJ26fwSza9izTQ501m5_BxDlH2jW0nuo2oDemN9CCS2h10ox_1xSncGQajx_ryfhECjZEnOgpi9pBl-LgQCVG-NLd3tcOTBUiZrIFJ0mPyi1WE52ywrKn0QktEFu61KyrOD92OCyU0xGY_sVOWdGRm-zTlko&amp;lib=M0QyOZHP8CgIks5MMbjZ1TXCKd2Ix41a_">here</A>.
  67. </BODY>
  68. </HTML>
  69.  
  70.  
  71. END OF RESPONSE
  72. Closing Connection
Add Comment
Please, Sign In to add comment