- ASP.NET Web API Security Essentials
- Rajesh Gunasundaram
- 98字
- 2021-07-30 10:15:54
Chapter 2. Enabling SSL for ASP.NET Web API
In this chapter, we will discuss the implementation of SSL with ASP.NET Web API and authentication of users using SSL client certificates. Authentication schemes over plain HTTP are not secure. For example, basic authentication and forms authentication send plain texts, such as the username and password. So, to protect the plain texts from vulnerability, we use SSL and also authenticate clients using the SSL client certificates.
In this chapter, we will cover the following topics:
- Enforcing SSL in a Web API controller
- Using Client certificates in Web API
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- 程序員面試白皮書
- JavaScript+DHTML語法與范例詳解詞典
- GeoServer Cookbook
- R語言游戲數據分析與挖掘
- PyTorch自然語言處理入門與實戰
- 看透JavaScript:原理、方法與實踐
- SEO實戰密碼
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 計算機應用基礎實踐教程
- Python深度學習:模型、方法與實現
- Solr Cookbook(Third Edition)
- Arduino計算機視覺編程
- Everyday Data Structures
- Laravel Application Development Blueprints