Feb 25 · 6 min read · Every time I started a new NestJS project, I spent the first 2-3 days doing the same thing: setting up authentication, configuring the database, implementing caching, writing guards, and organizing th
Join discussion
Feb 23 · 6 min read · If you are a developer and if you have ever worked with APIs, you would have definitely come across CORS issue. And yes I get it, it is very irritating issue. Don't worry, by the end of this blog, you
Join discussion
Feb 17 · 6 min read · In the past, integrating diverse web applications or services for embedding purposes was often hindered by the same-origin policy's limitations. This policy posed obstacles to cross-origin requests, impeding access to resources from different domains...
Join discussion
Feb 12 · 10 min read · Why Traditional CORS Solutions Fail in Modern Architectures The conventional approach of adding Access-Control-Allow-Origin: * to every response represents a fundamental security failure that many developers still implement under deadline pressure. T...
Join discussionFeb 12 · 9 min read · Why Traditional CORS Configurations Fail at Scale Most CORS implementations follow basic tutorials that configure wildcard origins or set minimal cache durations without understanding the performance implications. The default browser behavior sends a...
Join discussionFeb 12 · 9 min read · Why Traditional CORS Approaches Fail in Modern Architectures Legacy CORS implementations typically fall into two categories: overly restrictive configurations that break legitimate functionality, or dangerously permissive settings that compromise sec...
Join discussionFeb 11 · 1 min read · so recently i working on my personal project almost completed frontend and backend both. then i started deployment because both app in different domain. honestly deployment teach me lot. still initially use auto deploy platforms but still configure d...
Join discussionFeb 8 · 3 min read · Intro If you’re a developer, you must’ve already built many platforms that require API calls and one of the most common errors developers encounter is: Access to fetch at '...' has been blocked by CORS policy This message appears when the browser blo...
Join discussion