Surprisingly its not an easy thing to encode URL once one wanted to make a request with Apache HttpClient.
since most obvious URLEncode seems does not work well, though.
URI baseUri = new URI("http://localhost:8090");
baseUri.getScheme();
URI path = new URI("http", null, "localhost", 8090, url, null, null);
Brak komentarzy:
Prześlij komentarz