Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDeveloper 11g - Secure Restful WS

Amr SalahMar 2 2015 — edited Mar 2 2015

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

This post has been answered by kdario on Mar 2 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2015
Added on Mar 2 2015
4 comments
913 views