Does Google index HTTPS ASP.NET pages?
Posted
by ncakmak
on Stack Overflow
See other posts from Stack Overflow
or by ncakmak
Published on 2010-04-23T17:14:25Z
Indexed on
2010/04/23
17:23 UTC
Read the original article
Hit count: 509
I have an online application that all of its pages use HTTPS. I have 3 questions:
Does Google index HTTPS pages?
I have a password protected single ASP.NET page (using HTTPS). Password protection is basically achieved by a Session object. When the correct password is entered, it hides the login panel and displays the same page which has a sensitive data. Is this page indexed by Google?
I have a Secure folder that I implemented Forms Authentication. All pages in folder use HTTPS as well. Are the pages in this folder indexed by Google?
Thank you for your help,
Niyazi
© Stack Overflow or respective owner