summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/georoutereply_esri.cpp
diff options
context:
space:
mode:
authorMilo Kerr <mkerrdev@gmail.com>2021-03-25 01:45:43 -0400
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-06-17 05:04:15 +0200
commit492c629e2a24151f7e66033b43caf6a46bef3880 (patch)
tree370a46438b0d1f43a83823c635d5496a1b181c2c /src/plugins/geoservices/esri/georoutereply_esri.cpp
parent9bd3b391105d7ac4c1f620f1129c6a73f21c289d (diff)
downloadqtlocation-492c629e2a24151f7e66033b43caf6a46bef3880.tar.gz
Update use of HTTP to HTTPS in esri plugin
When accessed via HTTP, the arcgis.com endpoints return: {"error":{"code":400,"message":"HTTP not supported","details":[]}} With this change the esri plugin now accesses them via HTTPS. [ChangeLog][plugins][esri] Pick-to: 5.15 Fixes: QTBUG-92111 Change-Id: I7be0295f8c65853ab214bc11d7e6008f3137403a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Guillaume Belz <gbelz@esri.com>
Diffstat (limited to 'src/plugins/geoservices/esri/georoutereply_esri.cpp')
-rw-r--r--src/plugins/geoservices/esri/georoutereply_esri.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/geoservices/esri/georoutereply_esri.cpp b/src/plugins/geoservices/esri/georoutereply_esri.cpp
index 8cadfb29..92b6bb13 100644
--- a/src/plugins/geoservices/esri/georoutereply_esri.cpp
+++ b/src/plugins/geoservices/esri/georoutereply_esri.cpp
@@ -44,7 +44,8 @@
QT_BEGIN_NAMESPACE
-// JSON reference: http://resources.arcgis.com/en/help/arcgis-rest-api/#/Route_service_with_synchronous_execution/02r300000036000000/
+// JSON reference:
+// https://resources.arcgis.com/en/help/arcgis-rest-api/#/Route_service_with_synchronous_execution/02r300000036000000/
GeoRouteReplyEsri::GeoRouteReplyEsri(QNetworkReply *reply, const QGeoRouteRequest &request,
QObject *parent) :