如何将 webbrowsr 控件与 Httpwebrequest 一起使用?
我正在使用网络浏览器控件,我从搜索结果中获取所有配置文件的所有 url 列表。
之后有什么方法可以使用 httpwebrequest 从 url 获取数据吗?
我想使用搜索配置文件 api 中的链接,但这非常令人困惑。 我也尝试使用 httpwebrequest 但它带我到 linkedin 登录页面。
我正在考虑使用网络浏览器控件登录linkedin时可能使用网络浏览器的信息并添加我的请求来假装登录的任何方式。
有什么想法吗?请帮忙
I am using webbrowser control , and i get list of all the url of all the profiles from the search result.
After this is there any way that i use httpwebrequest to get the data from the urls?
I wanted to use the Linked in search profile api but that is very confusing.
Also i tried using httpwebrequest but it takes me to the linkedin login page.
I was thinking of any way that as i signed in to linkedin using the webbrowser control maybe using that information of webbrowser and adding with my request to pretend to be logged in .
Any ideas? Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HttpWebRequest 将您发送到登录页面,因为没有经过验证的 cookie。
因此,您可以使用 WebBrowser 控件进行连接并获取 cookie,然后将 cookie 放入 webrequest 中
The HttpWebRequest sent you to the login page, because there isn´t the cookie with the validation.
So, you'll can connect using WebBrowser control and get the cookie, then put the cookie in the webrequest