Digital certificate web request

Newbie Member
5Dec2006,21:16   #1
kdirks's Avatar
I am trying to automate a process in which we access a web site with a digital certificate and login/password. A web form is filled out and then submitted. I want to do a web request (POST) to submit the information, but do not know how to use the digital certificate and login/password authentication in code. Anyone have experience with something similar?
Thanks
Team Leader
7Dec2006,12:13   #2
pradeep's Avatar
You need to use CURL (Client URL Library Functions) which will do the work for you. Read about it here..