Tag Archives: ASP.NET

JSON Web Token (JWT)

JWT is the standard for securing REST web services. “JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters. JWTs encode claims to be transmitted as a JavaScript Object Notation (JSON) object […]”. References below describe it as well as provide links to […]

ASP.NET Web API and HTTP Byte Range Support

This is a reference to a blog post on MSDN. ASP.NET Web API and HTTP Byte Range Support Here’s the first paragraph from the post: Range requests is the ability in HTTP to request a part of a document based on one or more ranges. This can be used in scenarios where the client wants […]