使用 rest client/javascript 验证 microsoft outlook web(owa)。

Authenticate microsoft outlook web(owa) using rest client/javascript.

使用 rest 验证 microsoft outlook web(owa) client/javascript。

从 rest 客户端验证 outlook owa 所需的参数是什么。我试过为 url(https:///owa/auth.owa) 传递用户名和密码。但是无法登录。

将域 url 更改为 "https:///owa/auth/owaauth.dll"

HTTP 方法:POST

必填Headers:

接受:text/html,application/xhtml+xml,application/xml Content-Type: application/x-www-form-urlencoded

必需的表单参数:

用户名=\&密码=&flags=1&forcedownlevel=0&trusted=0&isUtf8=1&destination=https:///owa

enter image description here