Hi,
I have some problem configuring a test with wireHttp involved.
This code works ok on a real template (called testPageController.php). I have two local sites to make the test.
public function getOtherSiteConnectionTest() {
$config = wire("config");
$http = new WireHttp();
$ch...