Ignore:
Timestamp:
2018-01-07T15:51:06+01:00 (7 years ago)
Author:
zverik
Message:

update url to https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geochat/src/geochat/JsonQueryUtil.java

    r33545 r33982  
    3232    public static JsonObject query(String query) throws IOException {
    3333        try {
    34             String serverURL = Main.pref.get("geochat.server", "http://zverik.dev.openstreetmap.org/osmochat.php?action=");
     34            String serverURL = Main.pref.get("geochat.server", "https://zverik.dev.openstreetmap.org/osmochat.php?action=");
    3535            URL url = new URL(serverURL + query);
    3636            HttpURLConnection connection = (HttpURLConnection) url.openConnection();
Note: See TracChangeset for help on using the changeset viewer.