Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
oxgl
2 years agoNew Contributor
Dynamic fields in URL
Hello!
First of all, thank you for this product — it’s almost perfect for me. I’m currently using KeePassXC while testing the trial version of 1Password.
The Linux version works perfectly, but ...
oxgl
2 years agoNew Contributor
Hi! The good news is that I was able to create a custom protocol handler. I entered a URL into the URL field: sapgui:system=<system_id>&client=<client>&user=<user>&pw=<password>&, and when I open it, it starts the SAP system. I registered a protocol handler for the "sapgui" protocol, which parses the string and then executes SAP. As you can see, the URL ends with "&". This is because 1P automatically adds its identifiers at the end of the URL, like "?bkgk...=VaTOiodd...". My parser splits the parameters at "&", so this value was automatically added to the password.
It's also very important to URL encode the strings in the URL. So if your password contains special characters, you need to encode them. For example, "pass&word" should be added as ...&pw=pass%26word.
However, there's still a limitation: we can't reference a field, so I have to manually enter the username and password into the URL.
If you're interested in the protocol handler script (PowerShell), let me know, and I can upload it.
AgusMata
10 months agoNew Contributor
Hi Can you please upload the protocol, and some explanation on how to use it please (Im not that technical)