I want to share link(from chrome extesnion) with image and description on Google plus.
It's working fine without http basic authentication.
i.e URL = "https://mysite.com"
But with http basic authentication, image and description doesn't load.
i.e URL = "https://subdomain.mysite.com"
For sharing I am using this:
In head secion:
<meta property="og:title" content="My title"/>
<meta property="og:image" content="https://subdomain.mysite.com/my_logo.png"/>
<meta property="og:description" content="descption"/>
Sharing using link:
<a href="https://plus.google.com/share?url=https://subdomain.mysite.com/link" target="_blank">share</a>
What is the problem :
http-basic-authentication, subdomain or anything else ?
