Dears,
I used JDeveloper 11g to create restful WS.
I secured it also using OWSM policies.
RESTFul now is secured and no one can access it without using username and password.
The problem is :
Due to number of users will be concurrent o portal I will use HTML5 pages which Call Restful WS using Ajax call.
Ajax call can be traced using firebug and any end user can access code using firebug to get Restful WS URL and parameter sent using POST ( username and password ).
Is there any way to secure my calling or different way to call RESTFull WS from HTML5 securely