I am currently using my worker to connect to my main server (basically a proxy).
Only problem is that, whenever the request fails, it shows the error “Web server is down” along with the host (which is linked to my residential IP which I want to hide from the end user)
Is there any way to change the response?
I’ve tried TRY CATCH but apparently it is not an error I can catch.