﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/index.php/rss/posts/63" rel="self" type="application/rss+xml" />
        <title><![CDATA[Avoid forms spamming in Laravel 9]]></title>
        <description><![CDATA[<p>Having a public site with forms can become a headache if we do not prevent spam bots from submitting fake information to our application. Luckily, there is a simple and effective way to defer some of the spam using honeypots. This technique is based on creating a hidden input field that should be left empty by the real users of the application but will most likely be filled out by spam bots.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/index.php/posts/63/avoid-forms-spamming-in-laravel-9]]></link>
        <pubDate>Mon, 29 Aug 2022 10:56:37 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>avoid-forms-spamming-in-laravel-9</title>
            <link><![CDATA[https://www.hibit.dev/index.php/posts/63/avoid-forms-spamming-in-laravel-9]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2022/headers/honeypot.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
