Possible to get HTTP headers? #4464
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2017-05-12 by @gfwilliams The headers should be in By the way, I'll be on holiday next week, so I won't be able to answer any of your posts now until I get back. Posted at 2017-05-12 by dave_irvine Don't blame you Gordon, its a full-time job just supporting my forum posts ;) Posted at 2017-05-12 by Wilberforce
headers:
Posted at 2017-05-15 by dave_irvine Yup perfect, thanks +Wilberforce, I completely forgot about the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-05-12 by dave_irvine
Following code sample fails:
Produces only:
Change it to a GET request and you get:
> <title>301 Moved Permanently</title>Moved Permanently
The docu HTTP> ment has moved here.
s>Apache/2.4.18 (Ubuntu) Server at espruino.com Port 80 tml> false Connection closed
but I want the HTTP headers not the content.
Beta Was this translation helpful? Give feedback.
All reactions