shyiko / electron-har

A command-line tool for generating HTTP Archive (HAR) (based on Electron)
https://www.npmjs.com/package/electron-har
MIT License
47 stars 11 forks source link

Need better support for custom user-agent overrides #7

Open bmcminn opened 8 years ago

bmcminn commented 8 years ago

Found information on the following User Agent topics, and it doesn't seem to work well: https://github.com/atom/electron/blob/master/docs/api/session.md#seswebrequest

Perusing the electron issues, I found https://github.com/atom/electron/issues/134 regarding a User Agent API, but the conversation around creating one died pretty quickly.

bmcminn commented 8 years ago

Other issues around setting user agent https://github.com/atom/electron/issues/3602

bmcminn commented 8 years ago

Think this may be resolved per PR #6