Passing input hidden params through urllib2 POST request

Posted by ramrajedotcom on Stack Overflow See other posts from Stack Overflow or by ramrajedotcom
Published on 2009-12-22T12:10:17Z Indexed on 2010/03/29 7:03 UTC
Read the original article Hit count: 614

Filed under:
|
|

I need to make POST request to CAS SSO server login page, and CAS login page has few input hidden params which are dynamically populated through java. I don't know how to read these hidden param values from response and pass in to CAS server. Without passing these hidden params I am not able to login.

Does any one how to read input hidden param values from urllib2 response? Thanks in advance!

© Stack Overflow or respective owner

Related posts about urllib2

Related posts about cas