My web application run on Centos6. I want to protect my application. I want to ensure that HTTP request with some specific header come only from a specific IP only.
(The header include a user name and I want to prevent HTTP header spoofing).
Important clarification: Requests without the specific header should be allowed from any IPs
Is it possible to do it with IPTable? Other options?