Trying to initialize the plugin (login to alexa) and have a few issues, including a major one that I can't seem to get past.
First minor observations:
Specifying IP in lieu of the domain seem to show the barcode page, with you needing to click the "original page" link for a login; specifying the domain instead of IP, seems to go straight to the login.
Next minor issue:
During the 2fa step, the page seems to be continuously being refreshed, fast enough that it is difficult to type in the code before the input is wiped with a refresh. Can this be avoided?
Finally major issue:
After 2fa step, the session gets redirected to 404 error. This seems to be due to the session being redirected to http://nodered:3456/ap/cvf/approval/verifyOtp endpoint, whereas everything else that is succesful has the site, such as "www.amazon.com" before the endpoint, I expect that if the proxy agent was smart enough to automatically include the site within the URL, or correctly redirected to the http://nodered:3456/www.amazon.com/ap/cvf/approval/verifyOtp, the 404 error would be avoided.
Trying to initialize the plugin (login to alexa) and have a few issues, including a major one that I can't seem to get past. First minor observations:
Next minor issue:
Finally major issue: