Passing input hidden params through urllib2 POST request
- by ramrajedotcom
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!