#09 Request & Response Headers | HTTP Request & Response | ASP.NET Core MVC Course

preview_player
Показать описание
In this lecture, we will have a closer look at request and response headers. We will understand the use of request & response headers in a backend application and how we can access & use them in our ASP.NET core application
Рекомендации по теме
Комментарии
Автор

The video provides a very clear explanation of the topic. One of the best on the topic! Thank you very much!

vitaliiprokopenko
Автор

Thank you for creating these lectures.

jarryd
Автор

this is by far one of the best tutorial I have ever seen here on youtube.

francisjohnmalig-on
Автор

I want to thank you explaining so well !

hansdevelde
Автор

what is a purpose of request header "accept" and response "content type", is both work in similar way? it seems client has control over request while response control is in server? what happen when user set text/html and server set application/json

AGCALTAF