Search found 2 matches

by Lawliet
Tue Sep 07, 2010 12:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: proxies
Replies: 3
Views: 2788

Re: proxies

Lawliet,

First, check if your application works with the Windows' proxy settings. If not, then see if the global httpProxy property provides a solution (search for it in the Rev dictionary). You can include a password and user name in the url for the httpProxy property. If you need to know how, I ...
by Lawliet
Mon Sep 06, 2010 12:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: proxies
Replies: 3
Views: 2788

proxies

I've been lurking / stalking the forums for quite a while and thought I'd register...

Here's my question:
I know that you can use
put url("http://www.google.com/") into fld 1
to retrieve the source code of Google but how do I use that same command but under a proxy? I'm wanting to implement a ...