custom request to ssl page (General questions)
for some reason i am not getting the correct answer after request..
I have a hotmail email and password encoded into a base64
my @ hotmail.com:Temp123 = bXlAaG90bWFpbC5jb206cGFzczEyMw
also correct email needs to change in second request URL
request1
OPTIONS /Microsoft-Server-ActiveSync HTTP/1.0
Host: blu-m.hotmail.com
Accept: */*
Authorization: Basic bXlAaG90bWFpbC5jb206cGFzczEyMw
request2
POST /Microsoft-Server-ActiveSync?User=my @ hotmail.com&DeviceId=Appl1B132G1M75J&DeviceType=iPhone&Cmd=FolderSync HTTP/1.1
Host: blu-m.hotmail.com
Cookie: A_66033=EgBpAQMAAAAEgAAACoAAAAEAAAEAAAAAAAAAAA==
Accept: */*
Authorization: Basic bXlAaG90bWFpbC5jb206cGFzczEyMw
Content-Type: application/vnd.ms-sync.wbxml
MS-ASProtocolVersion: 14.0
Content-Length: 13
after second request I get just a square character.. nothing else..
is this a bug or ssl issue or what but I did the exact same thing using php and curl and it worked perfectly fine!!
Complete thread:
- custom request to ssl page - Klinzter, 2013-01-21, 20:51
- Re: custom request to ssl page - wodsupport, 2013-01-21, 22:08