Re: Using SRV records with a http Web Service

On Tue, Dec 15, 2015 at 2:31 PM, Patrick McManus <mcmanus@ducksong.com> wrote:
> if you think of a srv as a more fine grained cname, the answer is obvious -
> don't change the host header as it needs to reflect the origin.

I had forgotten that CNAME is considered explicitly. that certainly
excludes changing the host name to the SRV host address which was my
main concern.

Resolve ("example.com", "mmm")

Get /.well-known/mmm/
Host: example.com

Still not happy throwing away information though.

Received on Thursday, 17 December 2015 16:41:14 UTC