First, let me say I'm not a programmer at all. I'm a designer and content manager, among other things. Small scale HTML, CSS and basic javascript is about as far as I go. I'd appreciate any insight the much more experienced programmers/developers out there can provide regarding passing login info in the URL string.
Background: We're creating a site with a third-party developer. They're saying some tool being used for building the site puts the login in the URL, but they'll encrypt the info, so no problem. Why does it feel like a problem?
I've always been told this is a bad method, but I don't really know why it's bad. I don't see this being used on any of the sites I use regularly. I've searched every way I know how and I can't find much information - possibly due to this being something so obviously bad that all programmers know not to even discuss it. I've read some stuff about it being prone to sniffers and session hijacking, but I may be misunderstanding terms.
It seems sloppy and outdated, but if the username and password are encrypted, is this technique actually bad? dangerous? easily hacked? I can think of a half dozen issues where the url could potentially drop the login information and annoy the heck out of users. Is that the worst of it?
Any insights or experience to share? Thanks in advance.
Background: We're creating a site with a third-party developer. They're saying some tool being used for building the site puts the login in the URL, but they'll encrypt the info, so no problem. Why does it feel like a problem?
I've always been told this is a bad method, but I don't really know why it's bad. I don't see this being used on any of the sites I use regularly. I've searched every way I know how and I can't find much information - possibly due to this being something so obviously bad that all programmers know not to even discuss it. I've read some stuff about it being prone to sniffers and session hijacking, but I may be misunderstanding terms.
It seems sloppy and outdated, but if the username and password are encrypted, is this technique actually bad? dangerous? easily hacked? I can think of a half dozen issues where the url could potentially drop the login information and annoy the heck out of users. Is that the worst of it?
Any insights or experience to share? Thanks in advance.