Ben kullanıcı kendi tarayıcıda visualizes nasıl uygun bir web sayfasının küçük bir resmini oluşturan bir araç geliştirdik.
Ben tüm kullanıcılar aynı içeriği görürseniz sadece bir kez resmini oluşturmak istiyorum. Içeriği özelleştirilmiş ya da (örneğin facebook ev) özel Ancak, eğer, küçük resim oluşturulur sadece belirli bir kullanıcı değil, herkes için geçerli olacaktır.
My question is the following: -How can I check if a web page contains private information or display to avoid trying to fetch them ?
My researches led me to think that if a https connection is used, the content is private. However, not all websites use https when data is private but not sensitive e.g. facebook uses http for your personal homepage. I believe there is a way to check if php has logged a user via sessions to detect that user is in a login-type website.
Herhangi bir fikir?
Thanks in advance, Gaël