1) My HTTP post has the following parameters
Method: POST |
2) When I look at the output I notice that, I have received a redirect URL response which is basically pointing me to
{
"statusCode": 200,
"headers": { "Vary": "Accept-Encoding", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-request-id": "7a17a628-066b-4954-adb2-1b896c1f2f00", "x-ms-ests-server": "2.1.9677.8 - EST ProdSlices", "Cache-Control": "private", "Set-Cookie": "x-ms-gateway-slice=prod; path=/; SameSite=None; secure; HttpOnly,stsservicecookie=ests; path=/; SameSite=None; secure; HttpOnly", "Date": "Wed, 20 Nov 2019 21:51:10 GMT", "Content-Type": "text/html", "Content-Length": "649" }, "body": "<html><head><title>Continue</title></head><body><form method=\"POST\" name=\"hiddenform\" action=\"">login.microsoftonline.com/.../wsfed is disabled. Click Submit to continue</p><input type=\"submit\" value=\"Submit\" /></noscript></form><script language=\"javascript\">window.setTimeout('document.forms[0].submit()', 0);</script></body></html>" |