excid3 / ferrum_pdf

A PDF generator for Rails using Ferrum & headless Chrome
MIT License
197 stars 6 forks source link

Add authorize option #10

Closed excid3 closed 1 month ago

excid3 commented 1 month ago

This adds support for authorize for http basic auth support. I tested this against http://httpbin.org/basic-auth/foo/bar as an example.

Closes #7

cc @albarrync