Let’s move away from API keys!
API keys management This is the first part in a series of security practices on Azure You want enterprise-grade security but don't know where to start. You've heard terms…
13/08/2024
In certain scenarios, you might want to remove the server information from your request header. Therefore, we might consider hiding that information. In Azure App Service for PHP, we are using Nginx, and we can modify configuration files if necessary. First, we need to locate the Nginx configuration file on…