in reply to Login to new bugzilla

Run the mech-dump utility that installs with WWW::Mechanize and see what that says the fields are.

$ mech-dump http://perlmonks.org/ GET http://perlmonks.org/? node= (text) <NONAME>=Search (submit) POST http://perlmonks.org/? [login] node_id=131 (hidden readonly) op=login (hidden readonly) user= (text) passwd= (password) expires=<UNDEF> (checkbox) [*<UNDEF>/off|+10y/remembe +r me] login=Login (submit) POST http://perlmonks.org/? node_id=131 (hidden readonly) foo=Refresh (submit) POST http://perlmonks.org/? displaytype=display (hidden readonly) node_id=607758 (hidden readonly) vote=0 (radio) [*0/obsessively|1/often|2/ +infrequently|3/-ged, but I quit|4/I'm tempted to|5/I never considered + it|6/I can't imagine doing that|7/What's "blog"?] <NONAME>=Vote (submit)

Replies are listed 'Best First'.
Re^2: Login to new bugzilla
by T (Initiate) on Apr 04, 2007 at 07:15 UTC
    I used the mech-dump utility as You suggested, and it showed the forms which I would like to use:
    % mech-dump "https://localhost/query.cgi?GoAheadAndLogIn=1" GET https://localhost/buglist.cgi quicksearch= (text) <NONAME>=Find (submit) POST https://localhost/query.cgi [login] Bugzilla_login= (text) Bugzilla_password= (password) GoAheadAndLogIn=1 (hidden readonly) GoAheadAndLogIn=Log in (submit) GET https://localhost/token.cgi a=reqpw (hidden readonly) loginname= (text) <NONAME>=Submit Request (submit) GET https://localhost/buglist.cgi quicksearch= (text) <NONAME>=Find (submit)
A reply falls below the community's threshold of quality. You may see it by logging in.