Mid REST API

What does a 304 Not Modified status code mean?

It means the resource has not changed since the last request. Commonly used with

caching to improve performance (client uses cached version).

More from ASP.NET Core Web API Tutorial

All questions for this course