brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

Basic Auth support #190

Open danieltigse opened 7 years ago

danieltigse commented 7 years ago

I need basic auth support. That would be a nice enhancement.

muelmx commented 7 years ago

Put this in the options object: settings: { "userName": "UsernameHere", "password": "PasswordHere" },

AjayDevJ commented 6 years ago

@muelmx -> Does this support? In official doc, its not mentioned.