I have heroku app ie my-app.herokuapp.com. This is Java application which is deployed on jetty
What I want get is transparent http traffic dispatch - without redirects (no 3xx statuses).
I have domain xyz.com, want configure something like this:
- xyz.com/* -> my-app.herokuapp.com/*
- api.xyz.com/* -> my-app.herokuapp.com/api/*
Does it possible to configure heroku in this way?