- 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.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- PWA入門與實(shí)踐
- Mastering Zabbix(Second Edition)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- Cassandra Design Patterns(Second Edition)
- 21天學(xué)通C++(第6版)
- 深度學(xué)習(xí):算法入門與Keras編程實(shí)踐
- 軟件項(xiàng)目管理實(shí)用教程
- PySpark Cookbook
- iOS開發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開發(fā)叢書)
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- Learning AWS
- Mastering Apache Storm
- HTML5+CSS3+jQuery Mobile APP與移動(dòng)網(wǎng)站設(shè)計(jì)從入門到精通