Hi,
I need to prepare a script wherein the user authentication is happening via IWA (Integrated Windows Authentication).
But when I am replay back my script correlating the data in the request, my script fails.
Do any body have idea as to how we can re-use the response, if the authentication is happening through IWA? How can we handle the NTLM authentication in this case. I have already tried web_set_user and adding a cookie. It doesn't works.
I am looking for a approach for IWA in LR script, if anyone has done before?