VB.NET 使用 HTTPWebRequest 获取网站 IP 地址?
是否可以获取您在 HTTPWebRequest 会话上连接的网站的 IP 地址?
我希望在许可类别中进行身份验证检查,以防止人们链接他们的hosts.etc 文件并发送虚假回复来破解我的软件。
Is it possible to obtain the website's IP address that you are connecting to on a HTTPWebRequest session?
I'm looking to do this for an authentication check in a licensing class to prevent people from chainging their hosts.etc file and sending false replies to crack my software.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过以下方式检索 URL 时HttpWebRequest,我可以查看目标服务器的 IP 地址吗?
查看有关此问题的线程可能对您有帮助
Cheers
Truez
When retrieving URL via HttpWebRequest, can I see the IP address of the destination server?
Check out the thread about this might help you
Cheers
Truez
上面的线程是正确的,使用的代码如下:
Above thread was correct, code used below: