Kullanıcı siteme HTTP_RAW_POST_DATA gönderebilir miyim?

0 Cevap

A stupid question but I am a little confused. I use pubsubhubbub and check for a new information with if(isset($_HTTP_RAW_POST_DATA)). I check if user is logged with:

if(isset($_SESSION['user'])) {
 //logged
}

Bir kullanıcı HTTP_RAW_POST_DATA gönderebilir miyim?

0 Cevap