Jan 16 · 6 min read · আজকে, আমি একদম কিছু স্পেসিফিক পয়েন্ট এ কথা বলব । এই সিকিউরিটি মাইন্ড-ম্যাপ সিরিজের আজকের ব্লগটি ধরে নেয়া যায় , শেষ ব্লগ । এরপর , আমি আরও নতুন কিছু শিখলে , সেটা নিয়ে কথা বলব । প্রোডাকশনে Debug Mode রাখা খুবই বিপজ্জনক ডেভেলপমেন্টের সময় (লোকাল মেশিনে ক...
Join discussionOct 6, 2025 · 3 min read · #wordpress #security #ssl #opensource #webdev When you install an SSL certificate on your WordPress site, you expect that shiny padlock to appear.But too often, the browser still says “Not Secure.” We’ve seen this happen hundreds of times — on client...
Join discussion
Feb 19, 2025 · 4 min read · By → Padmanava Hey there! Today, I want to share one of my favorite web development tricks—caching. Imagine having a magical backpack that holds all your favorite toys, so you never have to search for them again. That's exactly what caching does for ...
Join discussion
Jan 8, 2025 · 1 min read · Uno de los proyectos de OWASP Secure Headers Project , donde se menciona que security headers en el response debe usar nuestra aplicación para incrementar la seguridad en nuestras aplicaciones. Estas recomendaciones incluyen las configuraciones en lo...
Join discussionDec 18, 2023 · 5 min read · CORS refers to Cross-Origin Resource Sharing. It’s a terminology used in the context of browser requests. Now before we get deeper into CORS, we first need to understand origin and why the need for CORS Origin and same origin policy Origin is the sou...
Join discussion
Nov 21, 2023 · 3 min read · In the previous section, we've got the basics down on Lambda@Edge and web security headers. Now, let's roll up our sleeves and learn how to set up a Lambda function that'll give your web defenses a rock-solid boost. In Part II, we'll walk you through...
Join discussion
Nov 5, 2023 · 8 min read · Introduction This article breaks down the talk by Kuldeep Pisda, Lead Software Engineer at STGI, during the recent DevOps meet-up at GeekyAnts. How can one secure the front-end of an application? When it comes to security, people usually talk about s...
Join discussion
Aug 2, 2023 · 9 min read · What are HTTP headers? HTTP headers are additional pieces of information sent along with an HTTP request or response. They provide important metadata about the request or response, such as the content type, caching directives, authentication credenti...
Join discussion
Jul 31, 2023 · 6 min read · Cross-origin resource sharing (CORS) is a mechanism that allows web applications to access resources from other domains. However, CORS can add latency to requests, especially if the preflight request is required. The preflight request is an OPTIONS r...
Join discussion