I am also having a problem with HTTPRequest at 7.3 that killed a working macro from 7.2. Going back to 7.2 fixed the problem.
I am using the GET option to pull data from a web based data gathering system with a SQL query. The system is password protected, so I embed the username and passwork in the HTTPRequest. Example:
http://user:[email protected]/appdb/qu ... ct%20value......
This works fine at 7.2 but returns a 401: Access Denied at 7.3 which indicates it is not accepting the log in information.
I am not setting the new HTTP timeout parameter, so it should still function like 7.2
Any ideas?
Thanks!
Problem with HTTPRequest at 7.3
Moderators: Dorian (MJT support), JRL
Problem with HTTPRequest at 7.3
Mike Miller
Transolut
Transolut
Hi,
Looks like necessary changes to HTTPRequest have broken the username/password authentication. We'll look at this for next release. In mean time I'd recommend the following solution:
http://www.mjtnet.com/forum/viewtopic.php?t=1655
The nice thing about this is that it uses IE in the background and therefore anything you can do with IE will work. Furthermore if you want to parse the HTML returned this will be much easier as you have access to IE's Document Object Model interface.
Looks like necessary changes to HTTPRequest have broken the username/password authentication. We'll look at this for next release. In mean time I'd recommend the following solution:
http://www.mjtnet.com/forum/viewtopic.php?t=1655
The nice thing about this is that it uses IE in the background and therefore anything you can do with IE will work. Furthermore if you want to parse the HTML returned this will be much easier as you have access to IE's Document Object Model interface.
MJT Net Support
[email protected]
[email protected]
Hi,
Yes, this will be fixed in 7.4. It will be in the next beta release (004).
Yes, this will be fixed in 7.4. It will be in the next beta release (004).
MJT Net Support
[email protected]
[email protected]