Agent Fails to Recognize HTTP Transactions with NGINX
If you're experiencing issues with your WAF agent not recognizing traffic, follow these steps to troubleshoot and resolve the problem
location / {
proxy_pass http://your-web-application;
# Additional proxy settings if needed
}sudo service nginx restartPreviousHTTP Request to Port 80 Not Returning as ExpectedNextAgent Not Recognizing Initial HTTP Requests
Last updated
Was this helpful?