CDCHAYAN DATTAinchayandatta.hashnode.dev·Dec 14, 2023 · 5 min readHTTP Noir: The Dark Art of Smuggling BytesThis is a story about HTTP smuggling and how it is considered bad because it represents a security vulnerability that can be exploited by attackers to bring down the normal functionality of web applications, bypass security mechanisms, and potentiall...00
CDCHAYAN DATTAinchayandatta.hashnode.dev·Dec 14, 2023 · 5 min readLongest Substring Without Repeating CharactersThe problem of finding the length of the longest substring without repeating characters is a classic algorithmic problem. The problem is to find the length of the longest substring in a given string s without any repeating characters. In other words,...00