문제

so i have the current code:

strconnectstring="http://camuser:mf@192.168.0."&strip&":"&strport&"/image/jpeg.cgi?profileid=1"

so the link provides the password(mf) and user(camuser)

the problem is that it works fine in chrome and firefox but in internet explorer it doesn't seem to work at all. any tips?

i tried to do it without any passwords but it keeps asking the password and you can't save it, it's not really possible to save all passwords on all the useraccounts.

thanks in advance!

도움이 되었습니까?

해결책

just had to change the register to allow the user:password method again

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top