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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -