-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.txt
34 lines (27 loc) · 1.49 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[general]
name=QGIS Network Logger
qgisMinimumVersion=3.6
qgisMaximumVersion=3.12
description=Show the request's that go from QGIS (>3.5 but <= 3.12) to online services via the QgsNetworkAccessManager.
about=IMPORTANT: you do NOT need this plugin if running QGIS 3.14 or higher!
Networklogging is in QGIS itself since QGIS Pi / 3.14. Just press F12!
This plugin tries to log the HTTP(s) requests, headers etc. that are sent via the QgsNetworkAccessManager.
You can see all requests (and response information) which are fired from within QGIS to debug your WMS/WFS/data services.
It is possible to replay the GET requests in your browser or other requests via CURL.
Note that plugins or code that sents http via another route then QgsNetworkAccessManager (like GDAL, or plugins using Requests) are NOT shown.
Thanks to Alessandro Pasotti for the last push, and Nyall Dawson for all the work he did!
You need QGIS 3.6 because the nessecary signals are not available yet in earlier versions.
version=0.3.0
author=Richard Duivenvoorde
email=richard@duif.net
changelog=
0.3.0 Last public version :-) as The NetworkLogger is taken into the core functionality of QGIS 3.14 (Pi)
0.2.0 First public version
0.1.0 Initial (non public) version
tags=nam,network,logger
tracker=https://github.com/rduivenvoorde/qgisnetworklogger/issues
homepage=https://github.com/rduivenvoorde/qgisnetworklogger
repository=https://github.com/rduivenvoorde/qgisnetworklogger
category=web
experimental=False
icon=icons/icon.svg