Validate authenticity of website owner
        Posted  
        
            by 
                Cyber Junkie
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cyber Junkie
        
        
        
        Published on 2010-12-22T18:49:24Z
        Indexed on 
            2010/12/22
            18:54 UTC
        
        
        Read the original article
        Hit count: 195
        
Hello all!
I'm planning to develop a web app where users will list their site/blog. When people submit their sites, how can I confirm that they are the owners of it?
So for instance there is a user Mark who wants to submit someone else's website without their approval. I want to restrict Mark from doing so unless he is the actual owner.
My idea was to do a comparison between the user's email domain and the website domain she/he wants to submit. If they match allow the user to submit the website.
However most people don't register with their website domain address.. or perhaps I'll implement a Facebook connect in the future.
What other methods would you suggest?
© Stack Overflow or respective owner