The application you record probably uses a SSO mechanism, so like KertLuo already said, the browser logs you in automatically , but the user normaly does not see it. In most cases it is done using the AD, so you will have to use the windows credentials. You can use (and it should record like that by the way!) the lr_decrypt() function to hide your password, but tht is not a full-proof method, anybody with access to thre script and some skills can still get the password. So be vigilant about who sees your scripts if you ave to do this!
↧