I have web app deployed in K8 in aws & configured LoadBalancer to call the same from internet. In the Postman I call like ,
GET https://myteams.myorg.net/config Headers: Host doom.myteams.myorg.net I can convert as corresponding http request as below
GET /config HTTP/1.1 Host: myteams.myorg.net Host: doom.myteams.myorg.net
But I want to call the same from browser URL ? I tried several ways but can't successfully include a http header in the URL tried - https://myteams.myorg.net/config/doom.myteams.myorg.net but the "/config/doom.myteams.myorg.net" is being treated as params.