Vote count:
0
From what I see, Phonegap on winphone8 is not sending any cookies on FileTransfer::upload. Both android and iOS work fine.
The documentation at http://ift.tt/1pH9rE5 says winphone8 is supported, and I dont see issue reports about this, so am I missing something ?
eg, these are the headers received from android
'Content-Type' => 'multipart/form-data; boundary=+++++',
'Cookie' => 'SESSf77c20ba08789e1d9e39e6e521b491df=QPN8kvSn8DXDQjC7YJRDtOfOi5GLYjfspnkzEcImBxY',
'User-Agent' => 'Dalvik/1.6.0 (Linux; U; Android 4.1.2; GT-S6310N Build/JZO54K)',
'Host' => 'xxx.xx.xx',
'Connection' => 'Keep-Alive',
'Accept-Encoding' => 'gzip',
'Content-Length' => '220719'
and these are the headers from winphone
'Accept' => '*/*',
'Content-Length' => '337624',
'Accept-Encoding' => 'identity',
'Content-Type' => 'multipart/form-data; boundary=----------------------------8d22ad94d5c3771',
'User-Agent' => 'NativeHost',
'Host' => 'xxx.xx.xx',
'Connection' => 'Keep-Alive',
'Cache-Control' => 'no-cache',
asked 1 min ago
Phonegap on winphone8 not file upload not sending cookies
Aucun commentaire:
Enregistrer un commentaire