Building Clients for Web Services
This chapter is about learning how to consume web services using HTTP clients, which could be any other type of .NET app, including a website, mobile, or desktop app, or any other platform that can make HTTP requests.
In this chapter, we will cover the following topics:
- Consuming web services using HTTP clients
- Consuming web services using Refit
- Relaxing the same-origin security policy using Cross-Origin Resource Sharing (CORS)
- Understanding identity services
- Principles of Web API design
- Implementing URI versioning