Add the request header: name is DTL_SESSION_ID, value to get the first step to DTL_SESSION_ID value;
Mall access address is: http://xxxxx
DTL_SESSION_ID this value I have to get to and then how to jump online and so on
CodePudding user response:
Request plus withCredentials=true seems okCodePudding user response:
This $ajax ({Type: 'GET',
Url: "http://* * * * *,"
Success: the function (data) {
},
BeforeSend: function (XHR) {
XHR. SetRequestHeader (" DTL_SESSION_ID ", enclosing urllist);
}
});
So no