C
C#4mo ago
D10100111001

ASP.NET Web forms; Submitting POST requests (searching and scraping) with Nodejs fetch. VIEW STATE?

I'm having issues building a simple searching and scraping program. The website I'm trying to scrape uses ASP.NET Web forms. Running through the browser and network requests, I see various post backs with 302s and 200 and it somehow figuring out which items to show but using nodejs and using same headers and form data doesn't seem to work. Would love a quick debugging session with someone who knows how postbacks and web forms work deeply.
1 Reply
D10100111001
D101001110014mo ago
I really dont want to pull out a whole web driver like playwright for this... I want it fast