Hi, URL parameters (inclusive QueryParam and PathParam) normally should not contain sensitive data. Common practice is to use Basic authentication + SSL for that. Sensitive data will be send in HTTP body (you need HTTP POST for that) or HTTP headers. You can also look into OAuth standard for more sophisticated use cases.
Regards, Andrei. > -----Original Message----- > From: srinivas thallapalli [mailto:[email protected]] > Sent: Montag, 18. März 2013 15:41 > To: [email protected] > Subject: RE: A beginner Question about the JAX-RS parameters > > Thanks Andrei. > > But still I need an answer for my question about security. How we can take > care of passing sensitive data to restful service, how the security is > ensured. > Could you please briefly explain what are best practices for ensuring the > security. > > Regards, > Srinivas > > > > > > -- > View this message in context: http://cxf.547215.n5.nabble.com/A-beginner- > Question-about-the-JAX-RS-parameters-tp5724606p5724701.html > Sent from the cxf-user mailing list archive at Nabble.com.
