mkoehnke / WKZombie

WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option for additional http headers

subzerofun opened this issue · comments

It would be great if you could set http headers like Cookies, etc.

You've already added support for the user-agent via browser.userAgent – could you also include the rest of the standard http headers?