0

Is it recommended to use SRV / service records resource records for http?

Are there any significant advantages or drawbacks for using them in http?

FSJ
  • 103
  • 2

1 Answers1

3

There are protocols that require SRV records in order to determine where the service is located, like SIP. HTTP is not among those protocols. As there's no browser that would first check for SRV records, you wouldn't accomplish anything by adding them.

Esa Jokinen
  • 46,944
  • 3
  • 83
  • 129