# 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:** 3
**Page:** 1

<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 10:45 UTC](https://discourse.nodered.org/t/proxy-node-for-request-analysis/68382/1 "2022-09-29T10:45:25Z")

</div>

Hi guys.

Could you recommend a way or ready-to-use node which works like some kind of proxy or man in the middle for HTTP / HTTPS requests? I need to analyze and save incoming requests for statistics and internal application logic.

---

<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/?\*

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 October 2022 12:42 UTC](https://discourse.nodered.org/t/proxy-node-for-request-analysis/68382/3 "2022-10-13T12:42:49Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
