Home > front end >  url
url

Time:09-24

The first step will request get sessionID mall is added to the url request header, and then jump to mall page,

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 ok

CodePudding user response:

This $ajax ({
Type: 'GET',
Url: "http://* * * * *,"
Success: the function (data) {
},
BeforeSend: function (XHR) {
XHR. SetRequestHeader (" DTL_SESSION_ID ", enclosing urllist);
}
});
So no