# Digest authentication support in HttpRequest node

**URL:** https://discourse.nodered.org/t/digest-authentication-support-in-httprequest-node/4131
**Category:** Feature Requests
**Created:** [19 October 2018 21:45 UTC](https://discourse.nodered.org/t/digest-authentication-support-in-httprequest-node/4131 "2018-10-19T21:45:35Z")
**Posts on this page:** 1
**Showing post:** 21

<div class="post-metadata">

### Author: ![BartButenaers](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bartbutenaers/32/10476_2.png) [@BartButenaers](https://discourse.nodered.org/u/BartButenaers)
#### Post date: [29 April 2020 07:00 UTC](https://discourse.nodered.org/t/digest-authentication-support-in-httprequest-node/4131/21 "2020-04-29T07:00:54Z")

</div>

Hi Jude,  
the multipart-decoder node doesn't support digest authentication. To support that I need to rewrite quite some stuff, because I use a rather old npm library under the covers. So that would result in quite some work...  
At the time being the http-request node was not capable of decoding multipart streams.  
So don't know about a short term solution, when you want to do it al inside Node-RED (without third-party tools).  
Bart

---

_[View the full topic](https://discourse.nodered.org/t/digest-authentication-support-in-httprequest-node/4131)._
