|
| Author |
Message |
bfuller20 New Member
Joined: 12 Jun 2008 Posts: 2
|
Posted: Thu Jun 12, 2008 5:10 pm Post subject: USR:Passwords in Script just stopped working |
|
|
I have several Vivotek 6112's and Dlink 3220's. I have the video embedded on a web page and it's been working great for over a year. Now all of a sudden the camera's login boxes are popping up like it's ignoring the username and password embedded in the script. The script has worked fine for over a year. Does anyone know if there has been some sort of change to IE that would cause the embedded usr:psw to stop working? Is there anything else anyone can think of that would cause script that has been working fine to all of a sudden stop? BTW I get the same problem when I try to generate the script from the generator on this site.
Thanks.
|
|
| Back to top |
|
 |
jprall New Member
Joined: 29 Jun 2008 Posts: 4 Location: Cupertino
|
Posted: Sun Jun 29, 2008 8:18 pm Post subject: Yep, MS Changed things... |
|
|
Per Microsoft: Internet Explorer does not support user names and passwords in Web site addresses (HTTP or HTTPS URLs)
Details can be found at KB834489
url: http://support.microsoft.com/kb/834489
I did the reg tweak and that seems to work... Now if I could just find some documentation on the Toshiba IK-WB15A APIs that would be great.
|
|
| Back to top |
|
 |
bfuller20 New Member
Joined: 12 Jun 2008 Posts: 2
|
Posted: Thu Jul 10, 2008 9:44 am Post subject: Still can't get this working |
|
|
|
Thank you for the post, but I'm still having trouble with this. Can anyone help me out a bit more or at least point me to an "idiots guide" on how to get this working. I realize the way I'm doing it now isn't going to work per the post above. But I got the code directly from the code generator on this site. My bosses are pressing me to get this working and I'm at a stand still here. Any help would be greatly appreciated.
|
|
| Back to top |
|
 |
jprall New Member
Joined: 29 Jun 2008 Posts: 4 Location: Cupertino
|
Posted: Thu Jul 10, 2008 1:55 pm Post subject: Exact Instructions |
|
|
How to disable the new default behavior for handling user information in HTTP or HTTPS URLs
To disable the new default behavior in Windows Explorer and Internet
Explorer, create iexplore.exe and explorer.exe DWORD values in one of the
following registry keys and set their value data to 0.
• For all users of the program, set the value in the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
• For the current user of the program only, set the value in the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
|
|
| Back to top |
|
 |
|