rflechner / ScrapySharp

reborn of https://bitbucket.org/rflechner/scrapysharp
MIT License
346 stars 75 forks source link

Cookie support and logging #8

Closed ramonsmits closed 5 years ago

ramonsmits commented 5 years ago

I'm trying to navigate through a website and need to login. I have the idea that maybe cookies aren't stored/submitten on subsequent get/post operations. Unfortunately there is no easy way to see what is being submitted.

It would be helpful if this information would be logged in someway or that is is possible to read these structures.

Liero commented 5 years ago

You should be able to catch outcoming requests using fiddler.