Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing web application with HTML5 and MVVM pattern with javacript. no .cs code.
And i want to consume WebApi services in my application i.e. need to call directly from javascript.

How to ensure that my web api is secure as i am calling from javascript directly.
(as i am not using any C# code i.e. to improve performance we are avoiding post backs)

Thanks
Posted

1 solution

Please have a look at this excellent article:
WCF or ASP.NET Web APIs? My two cents on the subject[^]
Maybe this will help you to make the right decision.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900