# The Trouble With Middleware

**URL:** https://forum.djangoproject.com/t/the-trouble-with-middleware/19
**Category:** Async
**Created:** [September 9, 2019, 1:35am UTC](https://forum.djangoproject.com/t/the-trouble-with-middleware/19 "2019-09-09T01:35:49Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![andrewgodwin](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/andrewgodwin/32/2_2.png) [@andrewgodwin](https://forum.djangoproject.com/u/andrewgodwin)
#### Post date: [October 7, 2020, 5:39pm UTC](https://forum.djangoproject.com/t/the-trouble-with-middleware/19/21 "2020-10-07T17:39:18Z")

</div>

Have you seen [https://code.djangoproject.com/ticket/31949](https://code.djangoproject.com/ticket/31949) - I think it’s solving a very similar problem.

---

<div class="post-metadata">

### Author: ![hendrikfrentrup](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/hendrikfrentrup/32/2189_2.png) [@hendrikfrentrup](https://forum.djangoproject.com/u/hendrikfrentrup)
#### Post date: [October 8, 2020, 5:12am UTC](https://forum.djangoproject.com/t/the-trouble-with-middleware/19/22 "2020-10-08T05:12:51Z")

</div>

Thanks for pointing me to this - I had not seen this (was querying for `http decorators`). Glad to see someone is on this already. I can see on the PR that the HTTP decorators are not addressed yet, so maybe I can help Ben Lomax with the fixes.

---

<div class="post-metadata">

### Author: ![ArpanKIIT2017](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/arpankiit2017/32/14513_2.png) [@ArpanKIIT2017](https://forum.djangoproject.com/u/ArpanKIIT2017)
#### Post date: [June 30, 2023, 7:47am UTC](https://forum.djangoproject.com/t/the-trouble-with-middleware/19/23 "2023-06-30T07:47:28Z")

</div>

Thanks all of you for this awesome framework. Just wanted to understand the state of our django shipped middleware as of 4.1 release (the one I am using currently). Also wanted to keep the discussion updated as many might land here after a Google Search.

[Previous page](https://forum.djangoproject.com/t/the-trouble-with-middleware/19.md?page=1)
