- ASP.NET Web API Security Essentials
- Rajesh Gunasundaram
- 82字
- 2021-07-30 10:15:51
Preface
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. It is an ideal platform to build RESTful applications on the .NET Framework.
This book provides a practical guide to secure your ASP.NET Web API by various security techniques, such as integrating the ASP.NET Identity system, implementing various authentication mechanisms, enabling Secured Socket Layer (SSL), preventing cross-site request forgery attacks, and enabling cross-origin resource sharing.
推薦閱讀
- Web應用系統開發實踐(C#)
- Building a Game with Unity and Blender
- WebAssembly實戰
- Android Studio Essentials
- Python語言程序設計
- WordPress Plugin Development Cookbook(Second Edition)
- Getting Started with SQL Server 2012 Cube Development
- Android程序設計基礎
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- R語言與網絡輿情處理
- C#應用程序設計教程
- R數據科學實戰:工具詳解與案例分析
- Everyday Data Structures
- Laravel Design Patterns and Best Practices
- 讀故事學編程:Python王國歷險記