sjdirect / abotx

Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
https://abotx.org
131 stars 23 forks source link

Javascript rendering does not work when cookies are required for ajax/cors calls #13

Closed sjdirect closed 7 years ago

sjdirect commented 7 years ago

Currently the cookie handling tranfer from AbotX to PhantomJs fail.

sjdirect commented 7 years ago

Should be fixed with nuget version 1.2.123. This also requires the user to set the config "IsSendingCookiesEnabled = true".