79236536

Date: 2024-11-29 09:46:29
Score: 1.5
Natty:
Report link

I finally got it running. The correct HttpRequest must be:

            HttpRequest request = HttpRequest.newBuilder()
                .uri(new URI("http://" + hostName + "/" + "bazaar" + "?start=" + ApplicationId + "?type=run"))
                .GET()
                .build();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Simon