After clone from Production to Sub-production, HTTP get message fails with error "response_status=-1"Issue A sub-production instance was cloned from Production. There is a datasource inherited from production that uses a script to call pre-defined HTTP methods. However, when these HTTP methods are executed, they fail with the following error: OUTBOUND_HTTP: protocol=HTTP/1.1 response_status=-1ReleaseAny supported release.CauseThe HTTP Methods contains reference to a MID server which exist in Production instance, but not in Sub-production. The target HTTP endpoint specifies a host name that is not exposed to the internet, but is only reachable from the intranet via a MID server. When the HTTP message is executed in Sub-production instance, no valid MID server is found, then the HTTP request is done directly towards the internet. The call then fails to reach to the target endpoint with error: java.net.UnknownHostException.Resolution1. From UI, open the HTTP Get method(s) not working. 2. Use the magnifier glass in front of the "Use MID server" field to select an available MID server from Sub-production instance. 3. Save the record.