how to secure DWR code

rxing

New Member
i'm intending to obfuscate my javascript code to secure my client side logic , but i'm looking for the best way to secure DWR calls , since the obfuscation process is problematic especially refactoring the DWR annotations.what i want to acheive is making it difficult to attack my serverside code using ajaxrequests.i'm looking forward to receiving advice from you .
 
Top