On 9 Oct 2009, at 22:14, Jim Ault wrote:

Question      What am I missing?
I set the libURLSetCustomHTTPHeaders == those used by the actual browser but get a blank page.

To set custom headers, just use the httpHeaders property.

  set the httpHeaders to "SomeHeader: someValue"

(libURLSetCustomHTTPHeaders is really for setting the entire request, including the initial request line. Generally, it's not needed.)

But if it is just the authorization header that needs to be set, then it should get set automatically if you include the name and password in the url as in your example.

Dave
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to