NavigateToPage hangs
jeffmikan opened this issue · 1 comments
jeffmikan commented
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.
jeffmikan commented
Sorry, this was user error. I think you are running async and my thread wasn't waiting for the reponse.