rflechner/ScrapySharp

NavigateToPage hangs

jeffmikan opened this issue · 1 comments

When I call NavigateToPage on https://portal.ryder.com, the call hangs. I have tried it both with AutoRedirect on and off using code that works on another site.

In Fiddler, I get from "/" to "/redirect" then to a second "/redirect" which then hangs.

Btw, thanks for the great code.

Sorry, this was user error. I think you are running async and my thread wasn't waiting for the reponse.