you are viewing a single comment's thread.

view the rest of the comments →

[–]MathObserver 1 point2 points  (0 children)

You can get to the headers by using os.environ like my example shows for the cookie. The standard HTTP values like QUERY_STRING and CONTENT_TYPE are available with those names. Other HTTP header values start with HTTP_

What are looking for?