custom request to ssl page - WeOnlyDo Discussion board

custom request to ssl page (General questions)

by Klinzter, Monday, January 21, 2013, 20:51 (4119 days ago)

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!!

Re: custom request to ssl page

by wodsupport, Monday, January 21, 2013, 22:08 (4119 days ago) @ Klinzter

Hi. I cannot say without trying. But if you have exactly the same CURL or PHP code, then wodHttpDLX must work too. Can you send your existing CURL/PHP code to techsupport email, and we'll duplicate it for you in wodHttpDLX?

Kreso