Hi,
Currently I working on the projects to scan modern web apps (frontend using angularjs, and backend using rest api), and in the login page this web apps has implement security feature like ReCaptcha and MFA, i can't using common authentication technique to handle this web.
Is it possible like this?
1. Add authentication header manually because I have the code and key.
2. Add manually frontend information to browser local storage.
If it possible, how do i do it ?
Thanks.