Scraping websites that need authentication #550
Unanswered
kubs0ne
asked this question in
Forums - Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am trying to scrape an internal website for which i need user and password authentication. I just want to use the AsyncWebCrawler for that. I have searched this forum and tried several things but nothing seems to work. I am trying to make this thing work:
I get
Page not found
. I am succesfully doing the same thing usingrequests
andsession
:How can I combine those 2 methods, or is there some solution for authentication that I dont see?
Beta Was this translation helpful? Give feedback.
All reactions