Tutorial
ipasnmatcher - Python …
Recently, an idea popped into my head. It’s about a website, and this site will have some features that are exclusive to BRACU students. Upon looking for ways to restrict the rest of the world from accessing those features, I figured I could limit them to people connected to the University WiFi. But …
How to Test if Your …
Do you use cloudflare cache to seed up your website? Well, then you better know if it’s working or not. One effective way to tell if a response/page was served from the cache or not is to check the response header. We will talk about it in Method 02, but first let me show you a faster and …