In this tutorial, we'll look at Python example code that demonstrates how to make concurrent HTTP requests
using HTTP connection pooling and AsyncIO. Our example code uses HTTPX, a new Python HTTP library with support for AsyncIO,
to fetch stock prices concurrently.
In this tutorial, We'll look at how to implement the Content Security Policy
header in our Django project and how to adapt our policy to real world scenarios. The
tutorial uses a Django implementation of Content Security Policy, but the lessons apply
to any type of Content Security Policy implementation.
In this presentation, we'll detail numerous HTTP headers that servers can send to
clients that improve security. HTTP headers communicate information and instructions to
clients such as web browsers. The examples are written in Python and Django, but the
information is language agnostic.