PhoneGap FileTransfer Auth不发送

时间:2016-02-18 20:48:24

标签: javascript php cordova phonegap-plugins

我正在使用此代码发送授权,并且运行正常

{
    display: '-webkit-flex',
    display: '-moz-flex',
    display: '-ms-flex',
    display: '-o-flex',
    display: 'flex',
    -webkit-flex-direction: 'row',
    -moz-flex-direction: 'row',
    -ms-flex-direction: 'row',
    -o-flex-direction: 'row',
    flex-direction: 'row'
}

这是不起作用的代码

$.ajax({type: "POST", url: backendURL, dataType: 'html', async:true,     headers:{"Authorization": AUTH }, data: {
},success: function (data){

}});

php端的代码表示第二个代码中的$ _SERVER [' HTTP_AUTHORIZATION']为空,但适用于第一次调用后

这在某一点上有效但不再有效。

0 个答案:

没有答案