<div dir="ltr"><div><div><div><div>Hey all,<br></div> I'm attempted to pass two headers along with the http request.   I found httphdr which appears to be what I want to use.<br><br></div>This is the hosts entry as it stands now.<br></div><div>(two lines<br></div><div>0.0.0.0 apiserver # noconn auto <a href="https://apiserver/api/status">https://apiserver/api/status</a> httphdr="X-app-key: 00000000000<br>X-app-id: 1111111"<br><br></div>I also tried<br>0.0.0.0 apiserver # noconn auto <a href="https://apiserver/api/status">https://apiserver/api/status</a> httphdr="X-app-key: 00000000000, X-app-id: 1111111"<br><br>When I run this from the command line it works as expected<br>curl -H "X-app-id: 1111111" -H "X-app-key: 0000000000" <a href="https://apiserver/api/status">https://apiserver/api/status</a><br><br></div>Suggestions on what to tweak to make this funcitonal?<br></div>