# Proxy node for request analysis

**URL:** https://discourse.nodered.org/t/proxy-node-for-request-analysis/68382
**Category:** General
**Tags:** function-node, http-request, security
**Created:** [29 September 2022 10:45 UTC](https://discourse.nodered.org/t/proxy-node-for-request-analysis/68382 "2022-09-29T10:45:25Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Yaro7619](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/yaro7619/32/53197_2.png) [@Yaro7619](https://discourse.nodered.org/u/Yaro7619)
#### Post date: [29 September 2022 12:42 UTC](https://discourse.nodered.org/t/proxy-node-for-request-analysis/68382/2 "2022-09-29T12:42:36Z")

</div>

Ok.  
I think I found it.

> [@Wildcard in http-in node (catch-all mode)](https://discourse.nodered.org/t/wildcard-in-http-in-node-catch-all-mode/14852/2):
>
> Have you tried setting the path field to /subdir/\* ? That already does what you are asking for. The only caveat is that it will not handle a request for /subdir - it needs the trailing / to match. If you want to handle /subdir as well, then you can use /subdir/?\*

---

_[View the full topic](https://discourse.nodered.org/t/proxy-node-for-request-analysis/68382)._
