What is a header? Especially, what are POST@GET headers?

Posted by brilliant on Stack Overflow See other posts from Stack Overflow or by brilliant
Published on 2010-04-09T03:07:42Z Indexed on 2010/04/09 3:13 UTC
Read the original article Hit count: 435

Hello,

I've been trying to find a Python code that would log in to my Yahoo account from "Google App Engine". One supporter on "StackOverflow" gave me this three-step plan:

  1. Simulate normal login and save login page that you get;
  2. Save POST&GET headers with "Wireshark";
  3. Compare login page with those headers and see what fields you need to include with your request;

The problem here is that I have never used "Wireshark" before. Plus, I don't know what the POST&GET headers are. Can You, please, explain it to me (preferably with some example). Thank You.

© Stack Overflow or respective owner

Related posts about http-header-fields

Related posts about header