Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 26th, 2006, 02:40 AM
Authorized User
 
Join Date: Jan 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default Protocol used for sending a request.

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.
 
Old November 30th, 2006, 12:18 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

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
 
Old December 1st, 2006, 11:41 AM
Authorized User
 
Join Date: Jan 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the information.





Similar Threads
Thread Thread Starter Forum Replies Last Post
sending post request to API Manoah Ruby 1 May 14th, 2009 10:20 AM
request forwarging & request redirection hafizmuhammadmushtaq Servlets 2 April 24th, 2008 12:42 AM
WS client sending compressed request? wakeup .NET Web Services 0 October 25th, 2007 04:37 AM
Sending https:// Request in .Net Compact Framework m2abhi25 .NET Framework 2.0 0 April 27th, 2007 08:12 AM
request.querystring() , request.form() alyeng2000 ASP.NET 1.0 and 1.1 Basics 1 December 30th, 2003 12:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.