作者:唐吉诃德 | 来源:互联网 | 2023-05-16 14:38
IvebeenworkingonparsingawebsitebutamrunningintoproblemswhenoneofthemajorpagesIne
I've been working on parsing a website but am running into problems when one of the major pages I need to parse can only be found in an iframe.
我一直在努力解析一个网站,但是当我需要解析的一个主要页面只能在iframe中找到时遇到问题。
I can see the URL to the parent page and have attempted many times to visit it through HttpGet (after being logged in of course and being able to visit any other account specific page), but it fails. In fact, the page that I am given is the page a user would get if they were not logged in at all. Yet in the line above my HttpGet execute for this iframe parent I show that I am logged in via COOKIEs.
我可以看到父页面的URL,并尝试多次通过HttpGet访问它(当然登录后可以访问任何其他帐户特定页面),但它失败了。事实上,我给出的页面是用户在没有登录时可以获得的页面。然而,在我的HttpGet上面的行中为这个iframe父项执行我显示我是通过COOKIE登录的。
In short, how can I access an iframe parent page and stay logged in?
简而言之,如何访问iframe父页并保持登录状态?
1 个解决方案