KB: 00001007
Last updated
Was this helpful?
Last updated
Was this helpful?
Haltdos WAF supports the upstream rule. The upstream rule can help the user to forward the request to desired backend server/server group.
The client wants some requests to be served by one particular server group or DC and other requests to be served by another DC or a different server group.
To achieve the above scenario, we can use the upstream rules. Start by simply creating different server groups and servers inside them. No one has to go inside the upstream rule section and create the rule such that one chooses which server group will serve the request and also mentions the condition for the same.
Step 1: First of all we create a server group with desired backend IP. for example our backend.
Step 2: We need to make an upstream rule so that desired server will serve the request.
Step 3: Now as the website is bound with the false backend server. It'll not be served properly.
Step 4: Now if we set the upstream rule upstream to default real server.
Step 5: As a result, now we are able to reach the website as its served by a real backend server/server group
Here, we are not able to get the response from the actual server because the end-user request has been served by the correct server group.