java - Securing ReST calls from same application -


i built rest service using jersey in custom java web application, spring not used. want use service data jquery ajax calls jsp.

i have service working, , jquery ajax calls working. need secure service such users of application can call service. don't want user able copy ajax url , later, other computer, call service directly.

i think can done in same way might have done handling session jsp pages. make rest service url session protected way jsp page protected.


Comments

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -