|
|
@@ -469,6 +469,10 @@ async function checkRefreshToken(){
|
|
|
}
|
|
|
let headers = response.headers;
|
|
|
lk.log("######response######");
|
|
|
+ for(let k in headers){
|
|
|
+ lk.log(k);
|
|
|
+ lk.log(headers[k]);
|
|
|
+ }
|
|
|
if(headers['Set-Cookie']){
|
|
|
let newAuthorization = null;
|
|
|
let cookieStr = headers['Set-Cookie'];
|