diff --git a/src/main/java/nl/utwente/soa/sampleWebapplication/services/RestEchoProxyService.java b/src/main/java/nl/utwente/soa/sampleWebapplication/services/RestEchoProxyService.java index 7f2c128584f686339573eff7d41d065c186cef87..eb950178fa816d6a620f0ede3642d4c27eccecd9 100644 --- a/src/main/java/nl/utwente/soa/sampleWebapplication/services/RestEchoProxyService.java +++ b/src/main/java/nl/utwente/soa/sampleWebapplication/services/RestEchoProxyService.java @@ -12,7 +12,7 @@ public class RestEchoProxyService implements EchoProxyService { @Override public void echo(String message) { - String urlString = "https://soa-ut-2020.free.beeceptor.com"; + String urlString = "http://lrdv.nl/slow.php"; // Manual HTTP request StringBuffer content = new StringBuffer();