Explore >> Select a destination


You are here

www.sjoerdlangkemper.nl
| | introvertmac.wordpress.com
2.1 parsecs away

Travel
| | What is CSRF ? "Cross-site request forgery, also known as one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf) or XSRF, is a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the website trusts." - Wikipedia CSRF is at 8th position in OWASP...
| | mathieu.fenniak.net
3.2 parsecs away

Travel
| | Cross-site request forgery (CSRF) is a type of security exploit where a user's web browser is tricked by a third-party site into performing actions on websites that the user is logged into. It is often a difficult attack to pull off, as it requires a number of factors to line up at once. Protecting against it requires good discipline and good design practices, especially when it comes to protecting Web APIs. Here's a brief example of a fictitious CSRF attack against a bank:
| | fak3r.com
3.5 parsecs away

Travel
| |
| | scastiel.dev
28.0 parsecs away

Travel
| React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook.