[RFE] Support for starting scan with localStorage instead of cookie
Created by: brandonprry
In the new age of javascript-only web applications, there is sometimes a need to get through an agegate or similar gating mechanism that sets information into localStorage, which in turn allows access to the rest of the javascript application.
It would be great if a mechanism existed to kick off a scan with localStorage values, similar to kicking off a scan with a predefined cookie.
Thanks!