// if this header is not populated then we assume it's an external target.
if r.Header == nil || r.Header.Get(callbackSourceHeader) == "" {
}
// If we got here, we assume that the endpoint in the original call was a worker target, and we should route
// internally, either to a local frontend, or one of the other connected clusters' frontends.