shell - How to use curl commands in multiple web login -
the login process completed through three-step process:
enter user name , password
curl --user username:passwd --cookie-jar ./file_a website/account/login
authorise in next page
curl --cookie ./file_a website/account/index
approve via time duration needed
curl --cookie ./file_a website/account/approve
i used above curl commands through shell script, not working.
i sure in third stage have mention time-duration requesting access license. 2 options available: 60 minutes
, 1 hour
.
can me complete work?
Comments
Post a Comment