Alaska Software Inc. - Phil Ide LoadFromUrl with Basic Http Authentication and httpS
Username: Password:
AuthorTopic: Phil Ide LoadFromUrl with Basic Http Authentication and httpS
jabaltie Phil Ide LoadFromUrl with Basic Http Authentication and httpS
on Mon, 30 Mar 2015 16:42:00 -0300
Hello !

I need to use LoadFromUrl with Basic Http Authentication AND httpS.

There's a LoadFromUrl version from Phil Ide that implements authentication 
but, I don't know if it works with httpS or not.

Does someone else uses it with httpS ?

Or,

Is there a way to issue LoadFromURL using httpS AND Basic Http Authentication ?
Andreas Gehrs-Pahl
Re: Phil Ide LoadFromUrl with Basic Http Authentication and httpS
on Wed, 01 Apr 2015 17:59:22 -0400
Jabaltie,

>Is there a way to issue LoadFromURL using httpS AND Basic Http Authentication ?

Have you tried the normal Xbase++ ASINet function LoadFromURL()? 

It should be able to do this, at least based on the documentation. If not, 
can you show an example of what you need or what isn't working?

Andreas

Andreas Gehrs-Pahl
Absolute Software, LLC

phone: (989) 723-9927
email: Andreas.GP@Charter.net
web:   http://www.Aerospace-History.net
Jose Adriano BaltieriRe: Phil Ide LoadFromUrl with Basic Http Authentication and httpS
on Mon, 17 Aug 2015 08:07:10 -0300
On 1/4/2015 18:59, Andreas Gehrs-Pahl wrote:
> Jabaltie,
>
>> Is there a way to issue LoadFromURL using httpS AND Basic Http Authentication ?
>
> Have you tried the normal Xbase++ ASINet function LoadFromURL()?
>
> It should be able to do this, at least based on the documentation. If not,
> can you show an example of what you need or what isn't working?
>
> Andreas
>

Sorry about the delay.

Basic authentication does work however we're not able to specify timeout 
whereas with Phil Ide we are.

Thanks anyway !