Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-06-2012, 01:49 PM   PM User | #1
TheJax
New to the CF scene

 
Join Date: Aug 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
TheJax is an unknown quantity at this point
Adding "Login" to another site

Hi All..

I'm working on a project with a developer. I just need someone to verify what I'm being told is correct...(I'm not a programmer)...

Our client is asking us if it's possible to add "Log in here:" and display the username/password field for a different site (different vendor, different domain) on their site. So for example, you go to www.client.com and part of the site displays the username/password field to log in to HOTMAIL. You click LOGIN and you are sent to your HOTMAIL inbox (assuming you entered the right credentials). Our developer is saying "THERE IS NO WAY TO DO THIS". Is that correct? No way to do it?

Thanks for your help


JAX
TheJax is offline   Reply With Quote
Old 08-06-2012, 03:11 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
Put the technical issue aside for a minute: There's an ethical consideration here. If your website collects credentials for another website, you can log these credentials and use them for evil. There's even a term for this; it's called phishing. Whether or not your client has any intention of abusing the credentials they may or may not collect, it's bad to put yourself into a position where abuse could happen. So I would side with the developer purely on ethical grounds, and decline to build such a feature.

Technically, you might be able to send a POST request directly to Hotmail containing credentials, but then what? You redirect to hotmail? Why not just have a link to hotmail and let the user enter credentials once they land there? A website as huge as Hotmail probably blocks such attempts anyway.
__________________
Fumigator is offline   Reply With Quote
Users who have thanked Fumigator for this post:
TheJax (08-06-2012)
Old 08-06-2012, 03:27 PM   PM User | #3
TheJax
New to the CF scene

 
Join Date: Aug 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
TheJax is an unknown quantity at this point
thanks.
TheJax is offline   Reply With Quote
Old 08-08-2012, 04:43 AM   PM User | #4
Coding Start
New Coder

 
Join Date: Jul 2012
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Coding Start can only hope to improve
To login for another site, please try and follow this method below :

http://stackoverflow.com/questions/9...e-from-my-site
Coding Start is offline   Reply With Quote
Old 08-08-2012, 08:29 PM   PM User | #5
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
Quote:
Originally Posted by Coding Start View Post
To login for another site, please try and follow this method below :

http://stackoverflow.com/questions/9...e-from-my-site
Um.... ok? That other discussion doesn't offer a solution. It raises the same ethical questions I raised. Don't post BS replies please.
__________________
Fumigator is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:18 AM.


Advertisement
Log in to turn off these ads.