diff --git a/index.js b/index.js index 42b9037..f4b1369 100644 --- a/index.js +++ b/index.js @@ -178,7 +178,8 @@ try { LoginRequester.options.form = data; - LoginRequester.runCrawl('https://login.microsoftonline.com' + urlPost) + // LoginRequester.runCrawl('https://login.microsoftonline.com' + urlPost) + LoginRequester.runCrawl(urlPost) } }); @@ -192,7 +193,7 @@ try { ctx: pregMatch(/"sCtx":"([^"]+)"/, response.body)[1], hpgrequestid: pregMatch(/"sessionId":"([^"]+)"/, response.body)[1], flowToken: pregMatch(/"sFT":"([^"]+)"/, response.body)[1], - LoginOptions: 1, + LoginOptions: 3 } KmsiRequester.options.form = data;