Http Request - Bypass DNS [.Net]

后端 未结 4 1843
生来不讨喜
生来不讨喜 2020-12-31 18:42

Is it possible (and if yes, how) to bypass DNS when doing a HTTP request ?

I want to hit directly a front-end with an HTTP request, without getting through NLB but w

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 19:27

    You can use my solution for this problem, it posted here :

    How to set custom "Host" header in HttpWebRequest?

    This can help you to edit host header, and avoid to using proxy workaround.

提交回复
热议问题