Internal error with new HTTP client

XMLWordPrintable

    • generic
    • generic

      FULL PRODUCT VERSION :


      A DESCRIPTION OF THE PROBLEM :
      Calling:

              HttpRequest request = HttpRequest.newBuilder()
                      .uri(new URI("https://httpbin.org"))
                      .GET()
                      .build();

      results in an internal error.

      Calling the HTTP (without s) site causes a 400 return where other clients work.


      REPRODUCIBILITY :
      This bug can be reproduced always.

            Assignee:
            Chris Hegarty
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: