Plugins extend the functionality of Roundcube. They are not part of the core application but can be installed and activated individually. Roundcube comes with a number of plugins, and more third-party ...
gorilla/csrf is a HTTP middleware library that provides cross-site request forgery (CSRF) protection. It includes: ...and then collect the token with csrf.Token(r) in your handlers before passing it ...
Astro.js is a well-thought-out and capable full-stack JavaScript platform that provides flexible technology choices on both the front and back end. It’s no surprise it currently has 50,000 stars on ...
Of all the hats JavaScript can wear, its form-processing features are among the most sought and used. Learn how to use JavaScript for form processing, validation, and more. Forms are an essential part ...
The enterprise Java community has made great strides to simplify file uploads from a web browser to a server. What was once a task that involved many cross-platform complications is now ...
How do you access a RESTful web service? That depends on what you're trying to accomplish. If you just want to test connectivity, a terminal-based utility like curl is a great RESTful web service ...
Abstract: JavaScript is a vital programming language for web applications and it is becoming more important as it is being adopted for developing mobile and desktop applications. Many JavaScript ...
No JavaScript frameworks were created during the writing of this article. The following is inspired by the article “It’s the future” from Circle CI. You can ...
Protect your ASP.NET applications from Cross-Site Request Forgery attacks by leveraging ARMOR, a C# implementation of the Encrypted Token Pattern. Here's how. The Encrypted Token Pattern is a defense ...