04.04.2019, 12:17
Hallo Ingo,
damit wir da weiterkommen habe ich ein kleines Programm geschrieben, dass die Proxies ausgibt und für 2 URLs einen Verbindungsversuch unternimmt. Du findest es hier:
http://static.routeconverter.com/downloa...kProxy.jar
Sourcecode hier:
https://github.com/cpesch/RouteConverter...Proxy.java
Wenn Du das startest kommt etwas heraus wie
Könntest Du das bei Dir starten und mir die Ausgabe schicken? Vielleicht lieber per Mail (siehe FAQ), da sensitive Informationen enthalten sein könnten.
damit wir da weiterkommen habe ich ein kleines Programm geschrieben, dass die Proxies ausgibt und für 2 URLs einen Verbindungsversuch unternimmt. Du findest es hier:
http://static.routeconverter.com/downloa...kProxy.jar
Sourcecode hier:
https://github.com/cpesch/RouteConverter...Proxy.java
Wenn Du das startest kommt etwas heraus wie
Code:
$ java -jar proxy-tools/target/CheckProxy.jar
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy run
INFO: ProxySelector sun.net.spi.DefaultProxySelector@4678c730
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy checkProxy
INFO: Checking proxy for https://api.routeconverter.com/v1/mapservers/?format=xml
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy findProxies
INFO: 0. proxy DIRECT
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Request to https://api.routeconverter.com/v1/mapservers/?format=xml with proxy DIRECT
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Response HttpResponseProxy{HTTP/1.1 200 OK [Date: Thu, 04 Apr 2019 11:02:47 GMT, Server: Apache/2.4.7, Content-Language: en, Vary: Accept,Accept-Language,Cookie,Accept-Encoding, Last-Modified: Tue, 05 Mar 2019 09:14:35 GMT, ETag: "63f9f4ed94e37be06609b710fbf25297f75db29bfc45bb3b08493e478b45f997-gzip", Allow: GET, HEAD, OPTIONS, Keep-Alive: timeout=15, max=200, Connection: Keep-Alive, Transfer-Encoding: chunked, Content-Type: application/xml; charset=utf-8] org.apache.http.client.entity.DecompressingEntity@31ea9581}
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy checkProxy
INFO: Checking proxy for https://static.routeconverter.com/maps/world.map
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy findProxies
INFO: 0. proxy DIRECT
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Request to https://static.routeconverter.com/maps/world.map with proxy DIRECT
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Response HttpResponseProxy{HTTP/1.1 200 OK [Date: Thu, 04 Apr 2019 11:02:47 GMT, Server: Apache/2.4.7, Last-Modified: Sun, 11 May 2014 11:13:28 GMT, ETag: "1569ae-4f91deb8b8600", Accept-Ranges: bytes, Content-Length: 1403310, Keep-Alive: timeout=15, max=200, Connection: Keep-Alive] ResponseEntityProxy{[Content-Length: 1403310,Chunked: false]}}
Könntest Du das bei Dir starten und mir die Ausgabe schicken? Vielleicht lieber per Mail (siehe FAQ), da sensitive Informationen enthalten sein könnten.
--
Christian
Christian