I recently built a RESTful service using Jersey and is currently used by 3 other systems internal to the network (not people).
- How can I make sure the requests to the service are honored only based on hostname/IP address.
- The service is local to the network and so Im not using HTTPS
- Any opensource ideas/example code would be of great help.
Thanks