|
Subject:
|
Protocol used for sending a request.
|
|
Posted By:
|
m_soni21
|
Post Date:
|
11/26/2006 1:40:21 AM
|
Generally the protocol used to send a request from a client to the server is the HTTP. since its not so secure, can some one tell me which is the best protocol used send a request/response from client-server.
In finance based applications where the data is very sensitive and secure, is it secure to use the HTTP protocol?
Please help me...
Thanks.
|
|
Reply By:
|
dparsons
|
Reply Date:
|
11/29/2006 11:18:13 PM
|
No. Sensitve material should never travel over the HTTP pipe as it is all in plain text! If this is a web app, you need to use HTTPS which requires that your server have a security certificate installed (though you could also use OpenSSL for a free solution)
For an extremely more secure transfer, I would use a VPN tunnel, though that would defeat the purpose of having a web application as a person would be physciall connecting to another network.
------------------------- I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|
|
Reply By:
|
m_soni21
|
Reply Date:
|
12/1/2006 10:41:41 AM
|
Thanks for the information.
|