powershell httpwebrequest GET method cookiecontainer problem?

后端 未结 3 1540
时光取名叫无心
时光取名叫无心 2020-12-15 11:11

I\'m trying to scrape a website that has user authentication. I am able to do a POST to send my login and stores a cookie. However, after the login I get a 403 error when tr

3条回答
  •  轮回少年
    2020-12-15 11:22

    I would use IE automation. With this don't have to work with cookies, headers etc. Much easier.

提交回复
热议问题