想要获得没有用户名和密码的结果
String userpass = "admin" + ":" + "admin";
String basicAuth = "Basic " + new String(new Base64().encode(userpass.getBytes()));
String jsonPattern = null;
// get value from JSON URL
String sURL = "http://aa875db5.ngrok.io/confluence/rest/api/content?title="
+ java.net.URLEncoder.encode(map.get("Page").trim(), "UTF-8");
=============================================== =============
没有URL
,Username
和password
想要获得结果
我在这段代码中没有任何错误但放入Server.I想要提供服务器详细信息是什么问题?