- 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.
推薦閱讀
- Learn Blockchain Programming with JavaScript
- 測試驅動開發:入門、實戰與進階
- GameMaker Programming By Example
- 數據結構案例教程(C/C++版)
- Learning Concurrent Programming in Scala
- Building Wireless Sensor Networks Using Arduino
- 實戰Java高并發程序設計(第2版)
- JavaScript從入門到精通(視頻實戰版)
- Functional Python Programming
- Android嵌入式系統程序開發(基于Cortex-A8)
- 零基礎學編程系列(全5冊)
- Python數據可視化之matplotlib實踐
- Tkinter GUI Application Development Blueprints
- Getting Started with Hazelcast
- Ajax與jQuery程序設計