Scenario: We have MVC 4.0 web application with display myOrders which returns json result with historical data.
This action will be called by JQUERY Ajax from front end.
Problem: Is there anyway we can authentication and make sure that the orderID passed from JQuery Ajax front end belongs to logged in user?
Thanks heaps.