The goal is to block transparent proxy tools like Charles proxy, Reqable, etc to see my worker’s req

The goal is to block transparent proxy tools like Charles proxy, Reqable, etc to see my worker’s requests. So my flow is like this: worker1 has the main logic, when it is accessed, it fetch worker2 and worker2 will check if the mTLS certificate is validated. If it is, the flow will continue with the main logic on worker1, otherwise it will block the connection.
Was this page helpful?