I just read this post
And it made me realize I've had issues with these sorts of URLs before, when i was a gainfully employed software tester.
An URL that displays with that kind of detail is inherently unsafe and prone to hacking. It gives details about the structure of the file system on the server, provides insights into the code design, and is prone to making small edits in the URL string itself which can enable a user to view stuff they shouldn't be allowed to view. In the case of the software I was testing, editing the URL could potentially allow you to see another person's data.
I don't know that that kind of hacking is available on Q-Simplifi, but there is a risk. The URL should never display anything but "app.simplifimoney.com"
This change should be the very highest priority of the product.