I am new to python
How can i use python to post the following, i need to login to CISCO VNMC and do login and grab cookie from the output, and do logout
POST https://10.193.34.70/xmlIM/mgmt-controller
Please enter content (application/x-www-form-urlencoded) to be POSTed:
<aaaLogin
inName="admin"
inPassword="cisco@123"/>
Suggest me some way for doing this.