REST Flashcards
What is an API?
Application Programming Interface
There exists Wep API, Browser API and Server API.
What is REST and RESTful services?
Representational State Transfer protocol
SOAP
Simple Object Access protocol
SOAP vs REST
HTTP
Hypertext Transfer Protocol is an application-layer protocol designed for the transmission of hypermedia documents, such as HTML and image resources between web browsers and web servers.
JWT
Jason Web Token
What is the JWT structure?
Explain the HTTP request lifecycle.
ASP.NET Core pipeline
HTTP Context
How do you secure an ASP.NET Core app?
By using filters which can be applied like attributes.
authentication vs. authorization
How do FILTERS work?
Filters run as their own pipeline.
Sequence of a filter:
- Authorization
- Resource
- Action
- Exception
- Result
builders vs. services vs. middleware OH, MY!
model binders