Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. client.print(String("POST ") + url +
  2. " HTTP/1.1rn" + "Host: " +
  3. host + "rn" + "User-Agent: Arduino/1.0rn" + "Cache-Control: no-cachern" +
  4. "Content-Type: application/x-www-form-urlencoded" + "rn" + "Connection: closernrn" +
  5. "Content-Length: " + post.length() + "rn" + post );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement