NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on October 28, 2019, 05:17:12 AM

Title: Proxy Digest Auth
Post by: Alberto on October 28, 2019, 05:17:12 AM
In the demo app,
                               GROUP('Proxy Server Login Options'),AT(233,40,206,107),USE(?Group14:2),BOXED
                                 OPTION('Option 1'),AT(239,81,192,20),USE(ProxyAuthenticationType)
                                   RADIO(' Basic Authentication (Default)'),AT(245,85),USE(?Option1:Radio1:2),TRN,VALUE('0')
                                   RADIO(' Digest'),AT(371,85),USE(?Option1:Radio2:2),****DISABLE****,TRN,VALUE('1')
                                 END
the Digest option is Disabled and its not enable in the code.
Is this OK?
Title: Re: Proxy Digest Auth
Post by: Bruce on October 29, 2019, 03:09:10 AM
I don't know - I've never tried it (and I don't have a proxy server to test on.)
I guess you can try it and see if it works.

cheers
Bruce
Title: Re: Proxy Digest Auth
Post by: Alberto on October 29, 2019, 03:59:12 AM
But, Bruce the demo app is yours...