|
|
|
|
|
by zmxz
1372 days ago
|
|
Forward the correct data, then it makes no difference to WAF if it's you or user requesting. That's why we have various controls with proxies, such as including the original requester's IP etc. It's irrelevant who actually asks for data if you pass the HTTP request info unaltered (except path parameter), the WAF can do its job. That's the beauty of HTTP and its stateless nature. You can scale infinitely and do various actions such as this one and get the expected result. |
|