Azure and ASP.Net Core Conditional Middleware using UseWhen

preview_player
Показать описание
Adding conditional middleware to our API Check. We will use a UseWhen predicate and also demonstrate an alternate approach to this using the middleware code itself.
Рекомендации по теме
Комментарии
Автор

Is it possible to verify that the context comes from a legit source. Etc that the request only comes from my own jquery code on my website and not from a simple Rest client?

shellphil