Webhook catchall path

The idea is:

Allow a catchall path to use the path for following requests.

My use case:

I want to use n8n as a proxy service which simply changes the base url of a request. However currently all requests to a webhook for which the path does not exactly match get declined. Because i am simply proxying the request to an external api i need to have the full path. I am aware if the :somewhat path feature but it does not seem to have a way to catch the whole path and stops at every “/”

I think it would be beneficial to add this because:

It would a allow a more dynamic scenario for requests with a highly dynamic structure.