Password is being revealed in url
I have encountered a strange issue with a website:
When I log in manually everything works as expected (I get logged in, no weird urls).
But when I log in using 1Password's autofill, I do NOT get logged in (the same page just reloads) and my username and password get revealed in the url!
I do not fully understand what is going on here, but it does not seem ideal...
I'm on macOS and using Chrome.
Hello again, danito.
I’ve contacted our development team regarding this, and the problem stems from this specific website’s code.
This form is simply a `<form>` element lacking specific attributes. Without a method attribute, it defaults to `method= “get”`, which will direct the user to the specified path in the `action` attribute.
Moreover, the absence of Javascript listeners is linked to the clicking of the Sign-in button and the functionality of the auto-submit feature.
You can reproduce this without using 1Password at all if you select the Sign-in button in dev tools and type `$0.click()` in the console. That will run a `click` on the element you have selected in the Elements tab.
Our development team is in the process of updating our website design documentation for developers to reflect best practices: Design your website to work best with 1Password Developer.
I hope that helps. Let me know if you have any further questions.
-Evon