Anatomy of an API
Provider: Host of an API.
Consumer: Person/Entity making the request.
API Gateway: API management component that acts as an entry point to a web application. The gateway distributes the request to whichever microservice is needed. Can handle security...
blog.navigatingsecurity.net3 min read