php + jquery + kaptan, bu doğru yoldur?

0 Cevap php

Ben Captcha doğrulama için php + jQuery kombinasyonunu kullanarak ve daha sonra postaları gönderme ve diğer şeyler yapacağım. Sahte kod böyle bir şey olur:

captcha_code = jQuery.post(.....execute captcha script and get status)
if(captcha_code == "correct"){
    send_mail_using_php_script;
}

Şimdi spam doğrudan "send_mail_using_php_script" yürütebilir olup olmadığını hiçbir fikrim yok. Onlar mı? Eğer evet ise, o zaman ben daha güvenli hale getirmek için send_mail_using_php_script içinde CAPTCHA doğrulaması hareket eder? Başka bir güvenli bir yöntem var mı?

Prashant

0 Cevap