Routing question

Hi Folks,

I am trying to do something that I don't know if it is possible:

I want to define a HostRegexp {subdomain:[a-z]+}.some.domain.tld but

when sending the request to the load balanced backend instead of just forward the request
I want to place a call to service-name/someprefix/{subdomain} <--- the very same host/subdomain of the call

in short when http://myhost.subdomain.domain.tld -> service-name/prefix/myhost

Is that possible?

Thanks in advance

PS: do you have Slack or any other chat based groups?