-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed as not planned
Labels
Description
I love the simplicity of this tool, and am currently using it to route requests to my static site and api hosted on the same server.
However i'd like to also route traffic to a Object storage bucket which has the url pattern https://eu2.contabostorage.com/access-key:bucket-name/filename.jpg
I'm having trouble routing from mysite.com/images/filename.jpg as the NPM dashboard wont allow for a hostname with no port.
When I add port 443 for example the url is https://eu2.contabostorage.com/access-key:bucket-name/:443
Is there any solution for routing to an external domain like this? I need to be able to pass the filename as a path variable too.
Many Thanks.