How to send and receive data using HTTPS
-
My requirement is to communicate data from a s/w to a Wireless access point which supports https protocol. All I understood is HTTPS is HTTP over SSL and client needs a certificate to connect to webserver while establishing connection. Guide me which C# class has to be used. What are the prerequisites for HTTPS connection? I'm looking for some sample. Please share any sample if you have. Thanks, Shylaja.
-
My requirement is to communicate data from a s/w to a Wireless access point which supports https protocol. All I understood is HTTPS is HTTP over SSL and client needs a certificate to connect to webserver while establishing connection. Guide me which C# class has to be used. What are the prerequisites for HTTPS connection? I'm looking for some sample. Please share any sample if you have. Thanks, Shylaja.
Hai Shylaja, I have been looking for similar solution but on different grounds, and also posted a Question on to the forum and found no answer.:(( I need to Communicate to a website on HTTPS and supply some login information and Emulate the Login Button click on the Server it self. i was able to achive it on the local machine but on the remote it says Authentication failed.:doh: Any ways ... All i can suggest you to look into HTTPWebRequest and HTTPWebResponse classes and do some research and you might get it done. there are few good articles on CodeProject like "How to use HTTPWebRequest and HTTPWebResponse". search for this you will find it i Hope this will serve the purpose....:) Regards, _K_SS