You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a general "save" button which saves all requests (and response) details to a txt file (or json?). We could include QGIS debugging info at the start, e.g. QGIS version.
Would be useful for QGIS bug reports -- we could request network activity logs from users with private WMS/WFS/etc servers who are hitting errors.
The text was updated successfully, but these errors were encountered:
Wondering how to produce POST calls within QGIS. I've started exploring the code to dump requests to JSON but I'm unable to find a case to produce some POST requests and I know the case exists e.g https://github.com/rduivenvoorde/qgisnetworklogger/blob/master/Logger/model.py#L96.
Do you know a good use case to make POST in QGIS, so I could see them in your tool and debug to export to JSON? Thanks
Add a general "save" button which saves all requests (and response) details to a txt file (or json?). We could include QGIS debugging info at the start, e.g. QGIS version.
Would be useful for QGIS bug reports -- we could request network activity logs from users with private WMS/WFS/etc servers who are hitting errors.
The text was updated successfully, but these errors were encountered: