Dr.com Loging

Dr.com Log operations

Logout

Method: GET

URI: /F.htm

Code:

1
get("http://xxx.xxx.xx.x/F.htm")

Login

Method: POST

URI: /0.htm

Form:

1
2
3
4
5
6
{
"DDDDD": "<username here>",
"upass": "<password here>",
"0MKKey": "%B5%C7%A1%A1%C2%BC",
"v6ip": null
}

Code:

1
2
3
4
5
6
7
form = {
"DDDDD": "001",
"upass": "123456",
"0MKKey": "%B5%C7%A1%A1%C2%BC",
"v6ip": None
}
post("http://xxx.xxx.xx.x/0.htm", form)