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.
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.