mnot / I-D

My Internet-Drafts
https://mnot.github.io/I-D/
Other
98 stars 38 forks source link

non-default ports #271

Closed mnot closed 6 years ago

mnot commented 6 years ago

In https://github.com/httpwg/http-extensions/issues/455, @martinthomson puts forth that using .well-known on a non-default port in your application is bad practice.

is it?

martinthomson commented 6 years ago

That was in the context of discovery using .well-known, which is already bad practice. A protocol is probably OK with bootstrapping on a well-defined port it a name is all it has, but allowing arbitrary ports to speak with authority seems risky (noting of course that we don't authenticate ports usually, so it can't be so bad).