mozilla-webtools-using_wget_with_cookies_to_access_bugzilla

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



To: mozilla-webtools@mozilla.org
From: Joel Peshkin <bugreport@peshkin.net>
Subject: Re: Running cmdline/buglist

First, trade in your login for a cookie.....
wget --save-cookies=mycookie 
'http://mybugzilla.mydomain/mybugz/query.cgi?GoAheadAndLogin=1&Bugzilla_login=me@mydomain.com&Bugzilla_password=mypassword'

Then, present the cookie as you get a URL (copied right from your 
browsers location bar when you are looking at the buglist you want)

wget --load-cookies=mycookie 
'http://mybugzilla.mydomain/mybugz/buglist.cgi?bug_status=NEW&etc...etc....'

===

the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu