在过去,类似下面的代码可以很好地从银行的XML数据中获得一个或两个汇率-而不需要应用XML解析器的开销。 但现在读取的字符似乎与该URL无关,尽管当在我的浏览器中输入网址时,页面看起来仍然没有问题。 String adr = "http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml";
URL url = new URL(adr); byte[] b = new byte[1024];
int l
我有一个Spring应用程序尝试向服务器打开一个java.io.IOException: Server returned HTTP response code: 403 for URL: https:/SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
final URL url = new URL("https