RESTful Web services in Java 6. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

RESTful Web services in Java 6.

We are producing RESTful Web services in Java 6. How do we authenticate user ID, IP address and cookies of the client while they try to post data in JSON format.

22nd Oct 2017, 5:14 PM
Ramesh Challa
Ramesh Challa - avatar
1 Answer
0
JAX-RS: https://howtodoinjava.com/security/rest-api-security-guide/amp/ Afaik it is also possible to use Spring security with Java 6.
25th Feb 2020, 9:56 AM
Tashi N
Tashi N - avatar