libUrl bug with proxy use?

If you find an issue in LiveCode but are having difficulty pinning down a reliable recipe or want to sanity-check your findings with others, this is the place.

Please have one thread per issue, and try to summarize the issue concisely in the thread title so others can find related issues here.

Moderator: Klaus

Post Reply
gmccarthy
Posts: 62
Joined: Sat Feb 17, 2007 4:56 am

libUrl bug with proxy use?

Post by gmccarthy » Sun Feb 28, 2016 1:15 am

Re: libUrl bug with proxy use?
I have a standalone in LC7.1.2 that is not able to connect to the internet on another user's computer.
The user has a registry entry: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\DefaultConnectionSettings that contained a reference to a pac file but the HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\AutoConfigURL was empty.
I doesn't look like the pac file reference in the DefaultConnectionSettings is being used in libUrl.
Testing showed that the program can ping the dropbox api website: api.v.dropbox.com
The failed POST attempt to the above site produced a log showing:
_proxyForURL_proxyForURL use _proxyFromHTTPProxy() with HTTPProxyProxy for URL: http://:80 it looks like the libUrl is not able to deal properly with this situation.
Currently I have to ask the user to turn off the proxy to enable the program to run.
The libUrl should be able to handle the proxy and connect.
This also seems to be causing me multiple problems with other users since they just expect my program to run, and don't want to go through a series of communications to help me track down the issues with their proxy settings.

--
Gerard McCarthy
gmcrev@tpg.com.au
gmcrev

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: libUrl bug with proxy use?

Post by jacque » Sun Feb 28, 2016 8:16 pm

Please submit a bug report for this. LibURL is supposed to deal with pac files.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply