© 2026 Hashnode
Introduction In today's world of online applications, security is one of the top priorities. One common yet dangerous attack is Cross-Site Request Forgery (CSRF). But don't worry—CSRF tokens are here to protect your website and its users. In this art...

Not too long ago, I built an HTML form with two select input fields and the options available in the second select input were to adapt and depend on the choice made in the first select input. So I decided to share how I built it. It's called a depend...
