Collapsed domain

I setup a tunnel on a local VM and have it point to various internal services, that works correctly when I break the services out to their own unique domain, for example:

When I attempt to collapse those services into a single domain with a path, it doesn’t work. For example:

I think what is happening, is that it’s passing /printer to the service, which returns a 404 because that path doesn’t exist on the service.

Is there a way to make this work with the collapsed domain? Thanks in advance!

If they use https yes. Else no.

Ok, I’ve not been able to get it to work with any protocol thus far. I’ll play with it a bit more and see what I can get…

It needs to exist on the origin or you need an intermediary server/ service internally to rewrite a header so the origin interprets it correctly.

Thanks, I was hoping not to have setup some sort of proxy to rewrite. I suppose I could setup some workers to do this I guess… Let me know if you think that is feasible. Thanks again for your help! :slight_smile:

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