VuGen has issues recording events when LR proxy recording is enabled
Cause
There are 2 layers of authentication NTLM and SSO
With LR proxy recording, NTLM authentication is not handled leading to failures and subsequent SSO authentication does not prompt for user input.
When a server requires NTLM, LR proxy recording will provide the "current windows account" as the default credentials. This will by default does not launch the NTLM authentication window duringrecording.
If the server does not accept the default Windows user, however, accepts a different user, the NTLM pop up is necessary during therecordingto enter a different credentials. For LR proxy recording, a fix is needed.
With respect to Hook level recording (non LR proxy recording) NTLM authentication window pop up is provided duringrecording, if the server required non-default windows user. This gives script creator an option to enter non-default windows user duringrecording. Hook level recording works without any fix.