Is it possible to send a 200 request to the server calling a reverse proxy, irrespective of whether the proxy server is available or not? The reason is when the calling server gets non-200 HTTP codes for some threshold value continuously, it will stop sending the requests for that day.
Current caddy config
abc.xyz.com {
reverse_proxy {
to localhost:23003
}
}