How can I send a post in HTML like this:
GET URL HTTP/1.1
Host: host
Content-Type: application/atom+xml
Authorization: Login auth=<Auth token>
GET URL HTTP/1.1
Host: host
Content-Type: application/atom+xml
Authorization: Login auth=<Auth token>
Comment