'How to pass multiple host header from postman

I am trying to add multiple host header for post http request on postman , but I am getting error like Error: hostHeader.startsWith is not a function . If I pass single header it is working , but if I pass one more header it is throwing the error could not send the request with the above message. Is there any configuration I need to have to allow multiple host headers



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source