Skip to content
Håvard Slettvold edited this page Oct 2, 2013 · 1 revision

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