Ben (php kullanarak) bir web uygulama geliştiriyorum, ben kimsenin kolayca işlevselliğini kırmak, böylece uygulama için daha fazla güvenlik sağlamak istiyoruz.
Brief explanation about my problem : In one module there is one stage where I am checking the source of the request ( from where this request is coming from )
Şu anda, (php mevcut) HTTP_REFERRER değişkeni kullanıyorum. Ben belirli bir URL ile bu değişkenin değerini kontrol ediyorum (örneğin http://www.abc.com/test.php). Tam eşleşme varsa o zaman sadece ben daha eylemleri arıyorum.
I am bit confused with above approach, whether should i use HTTP_REFERRER or check with IP address( valid request if it is coming from any specific IP address )? I also want to know better approaches for providing security.
Herkes o fikir paylaşın lütfen gelmiştir ...?
Thanks in advance - Pravin