Making a program that uses Idhttp. Works good, juts got some problems with the proxies. If the user puts manually a proxy adress and a port then everything works perfectly.
BUT, for example at my job, there is not only one proxy adress, but they are changing dinamically and the only thing that we have to change at our browsers is the
"automatic proxy configuration"...
As I found, for the Idhttp there is not such a variable.
The method to get the proxy settings from IE or Firefox does`nt work here, because in these settings only the automatic proxy config file is mentioned and not the proxy adress or the port.
Iv` read about the automatic proxy file structure
here. As it looks like, the file contains a javascript that gives out the proxy adress and the port.
The question: How to provide that IdHttp reads the proxy adress and the port form this auto-config file?