Closed
Description
We need a way for the app to be told if the protocol is HTTP or HTTPs, we need to embed this in the port subdomain for the app.
We can do this by add a suffix of s
after the first port section:
8080--dev--dev--...
8080s--dev--dev...
Proxy will need to start checking for this and routing accordingly.