shyiko / electron-har

A command-line tool for generating HTTP Archive (HAR) (based on Electron)

Home Page:https://www.npmjs.com/package/electron-har

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for cookies

ShyykoSerhiy opened this issue · comments

Add support for -b, --cookie <name=data>.

Pass the data to the HTTP server as a cookie. It is supposedly the data previously received from the server in a "Set-Cookie:" line. The data should be in the format "NAME1=VALUE1; NAME2=VALUE2".