Header name must be a valid HTTP token

Colon is an invalid character for the HTTP header as per HTTP standards given in RFC822.

There is a discussion on stack overflow regarding acceptable characters in HTTP headers.

Postman is throwing an error for header key “:authority” as it is failing the validation for the acceptable HTTP header.

Hope this helps :slight_smile: