On Thu, 29 Jun 2006 21:42:50 +1200, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote:
>According to <http://docs.python.org/lib/httpconnection-objects.html>, >you can pass additional "body" and "headers" args to >HTTPConnection.request. How about trying something like this in place of >the last line above: > > Headers = {"Cookie" : >"auth=buster%3A12345678901234567890exZ9rzMqgtxa5A"} > conn.request('GET',WP_PATH % uservalue, None, Headers) Perfect! Thanks so much. I appreciate your help. I looked through the docs before, but didn't spot this nugget because I was focused on searching for the text "cookie". Obviously, it pays to read... :-) Scott -- http://mail.python.org/mailman/listinfo/python-list