wodhttp, ssl, certificates and javascript - how to - WeOnlyDo Discussion board

wodhttp, ssl, certificates and javascript - how to (wodHttpDLX)

by sumatra, Tuesday, November 17, 2009, 14:46 (5280 days ago)

good day.

could anybody help me ?

i need to post() request via https from javascript.
i login with certificate, no username & password required.

but when i do the wodhttp.post() the server thinks I'm anonymous.

i think that i must do some special actions, do setup some props...

but what these actions & props are ?

properties - Certificate and Secure ?
there are no interesting about the Secure property.
but the Certificate ... how to work with it in javascript (not vb) ?
where can i find documentation about the 'Certificate Management library' mentioned in the documentation ?

may be there are samples about it (javascript samples, not vb) ?

thanx a lot...

Re: wodhttp, ssl, certificates and javascript - ho

by wodDamir, Tuesday, November 17, 2009, 15:50 (5280 days ago) @ sumatra

Hi Sumatra,

The Secure property specifies if SSL is used. You can find more information about that property here:

http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~wodHttpDLX~Secure.html

Or in the documentation file that is distributed along with the component. You can also find a
wodCertificate.chm (usually in C:\Windows\System32 folder) file that contains documentation on using the library.

Basically, what you need to do in order to use Certificate, is to initialize wodCertificate object (wodCertificate.dll), call it's Load method on Certificate file, and pass it's reference to wodHttpDLX's Certificate property.

We don't have a sample of this in JavaScript, but if you need a sample, please contact us at techsupport@weonlydo.com and we will try to make one for you.

Regards,
Damba

Re: wodhttp, ssl, certificates and javascript - ho

by sumatra, Tuesday, November 17, 2009, 17:01 (5280 days ago) @ wodDamir

thanx a lot...

i found the 'wodCertificate' documentation and solved my problem.


thanx again...

Re: wodhttp, ssl, certificates and javascript - ho

by woddrazen, Tuesday, November 17, 2009, 17:04 (5280 days ago) @ sumatra

Sumatra


Excellent! I'm happy to hear such good news.

If you find any other problem please don't hesitate to ask. We are here to help you.


Drazen