- 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.
推薦閱讀
- GeoServer Cookbook
- Mastering Objectoriented Python
- Unity Virtual Reality Projects
- Instant 960 Grid System
- PHP 編程從入門到實(shí)踐
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Working with Odoo
- C語言程序設(shè)計(jì)
- Haskell Data Analysis Cookbook
- Getting Started with React VR
- UML軟件建模
- 青少年學(xué)Python(第2冊(cè))
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- 程序員必會(huì)的40種算法