This document discusses the implementation of a reverse proxy system designed to mitigate SQL injection attacks using an input-data cleansing algorithm. The proposed system works by sanitizing user input and validating both SQL statements and URLs before they reach the web application server, significantly improving security against SQL injection vulnerabilities. The paper outlines the architecture, methodology, and testing of the system, providing detailed steps for its operation.