CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   General web building (http://www.codingforums.com/forumdisplay.php?f=10)
-   -   Security for XML over HTTP? (http://www.codingforums.com/showthread.php?t=188077)

byuhobbes85 01-30-2010 01:41 PM

Security for XML over HTTP?
 
I am building a web application in which the client communicates to a variety of software components using XML over HTTP. The client submits request to these components using basic HTTP verbs (POST and GET), and when appropriate send XML-encoded data along with the request. The component then processes the XML, performs the appropriate action, then sends an XML-encoded response.

My question is what I can do for security. I've been reading a whole lot about SOAP vs REST, and it seems to be a holy war characterized by preference/opinion/subjectivity.

I'm not looking for a different approach to what I'm doing. I'm simply asking if anyone has any experience in/ideas for security in the environment I described.

Thanks!

djm0219 01-30-2010 02:08 PM

Use SSL via a httpS connection and the traffic will be encrypted.


All times are GMT +1. The time now is 07:53 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.