We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Middleware is a layer that wraps requests.
Read more about middleware here: Middleware Read about custom middleware here: Custom middleware
Currently middleware for onlineweb4 includes a way to raise Http403 and display the 403.html template found in the template base folder.
This is currently only used in apps/authentication/decorators.py