KB: 1003
How to add custom headers for origin servers ?
Problem Statement
The client web application are running on real servers which are behind WAF. Now, the clients requirement is to find out the source of request.
Solution
The client can utilize the header rules in WAF to add source address in the request.
Steps to Solve
This can be achieved by the following way: Adding a rule in Header Files
Similarly we also need to mention the rule condition:
As you can observe, the header rule is working as intended.