Cloudflare : How to Get Firewall Events
This tutorial explains how to fetch firewall (security) events in Cloudflare. In simple words, we will explore how to extract information about users blocked by different WAF rules.You need an API key...
View ArticleCloudflare : How to Get Requests Data
This tutorial explains how to fetch total request data and requests by country from Cloudflare. It also covers cached and uncached requests in Cloudflare Workers.Please refer the instructions below to...
View ArticleHow to Add IPs to a Blocklist in Cloudflare
Blocking IP addresses in Cloudflare can help protect your website from spam or malicious attacks.You can follow the steps below to add IPs to a block list and prevent unwanted traffic.Step 1 : Create a...
View ArticleVBA : ActiveWorkbook Vs ThisWorkbook
This tutorial explains the difference between ActiveWorkbook and ThisWorkbook in VBA.When multiple workbooks are open in Excel, the difference between ActiveWorkbook and This Workbook becomes more...
View ArticleHow to Use Web Search in ChatGPT API
In this tutorial, we will explore how to use web search in OpenAI API.By default, the ChatGPT API does not provide the latest web search results. It limits its usefulness for many topics or queries of...
View Article