Skip to main content
Version: v6

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

kb-1003

Similarly we also need to mention the rule condition:

kb-1003

kb-1003

As you can observe, the header rule is working as intended.