在 htmlunit 中,如何获取单击元素时发送的请求?
我想找到一种方法来获取单击某个链接时将发送的请求的设置。我想在进行一些修改后发送请求。这可能吗?
回答评论,现在我想更改发送的标头,但发布值或目标网址也可能感兴趣。我想在发送之前抓取请求,修改它并发送。
I want to find a way to get the settings of the request that would be sent if I clicked a certain link. I want to send the request after making some modifications. Is that possible?
Answering the comments, right now I want to change the headers sent, but post values or target url may be of interest too. I want to grab the request before it is sent, modify it and send.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以子类化 HttpWebConnection 并操作“设置”,如下所示:
You can subclass HttpWebConnection and manipulate the 'settings', as in: