I need to send the fixed response and ignore response from target. So basically if I get the request from proxy I will send fixed response acknowledging the request and then request send to target . Even the target sends back success or error I want to ignore that response, Is that possible?
Thanks