I am trying to get URL encoded credentials to work. I found a registry setting that will the iexplore.exe and explorer.exe to allow me to pass the credentials. (see http://support.microsoft.com/kb/834489). This registry hack requires you to list the specific program that is allowed to pass the authentication.
I have tested on the server where the sensor is running. From the command line I can run: "explorer.exe http://user:[email protected]/webpage" and it opens the xml page in internet explorer. Yet the sensor still does not work. It returns 0:The remote server returned an error. (401) Unauthorized.
Can you tell me what program the the sensor passes the credentials to? I should then be able to add it to the registry.
Add comment