angularjs - Security between UI (Angularja) and Java WS -


how can secure communication between business logic (java) running on tomcat, , ui written in angularjs. communication on rest services. can advise on this, or provide links tutorials, examples?

there shouldn't concern securing rest api in server side. because it's kind web resources static css or servlet. if you're using spring in application, recommend consider spring security. here example.

and should not worry accessing secured resources ajax request. probably, reuse same session information (that stored in sessionid cookie).

you can find more information securing rest resources here.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -