Tutorial by Topics: http

ParameterDetailsmax-age=31536000Time in seconds. HSTS will be enforced for this future time period.includeSubDomainsHSTS should be applied for this domain and all of its sub-domains.preloadThis domain agrees to be included in a HSTS pre-load list See also MDN - HTTP Strict Transport Security ...
The $http service of AngularJS allows us to communicate with a backend and make HTTP requests. There are cases where we want to capture every request and manipulate it before sending it to the server. Other times we would like to capture the response and process it before completing the call. Global...
In this topic we gonna make a HTTP-Header authenticate script.
Every website needs to handle errors. You could let your users see the stock 404 or 500 error pages that IIS dishes out or, using the Web.Config and a simple Controller you can capture these errors and deliver your own custom error pages.
It starts to become difficult when we think clojurescript as a functionally pure language, that holds state for it UI components. It is simply, not possible. However, it is possible to separate out individual components as well as their states. We can do it by storing data/state in reagent/atom. Bu...
CustomErrors are a legacy (backwards compatable) element, used by Visual Studio Development Server (aka. VSDS or Cassini). httpErrors are the new element which is only used by IIS7.
Akka HTTP is a light-weight HTTP server and client library, using akka-streams under the hood
HTTP Headers are an important part of HTTP communication. Each HTTP request and HTTP response usually contain multiple headers. Intermediaries such as proxies often interpret some of the headers and pass on or filter out others.
Swift server with Kitura Kitura is a web framework written in swift that is created for web services. It's very easy to set up for HTTP requests. For environment, it needs either OS X with XCode installed, or Linux running swift 3.0.

Page 2 of 2