Bug report #18884
Add option to log URL requests
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Network | ||
Affected QGIS version: | 3.1(master) | Regression?: | No |
Operating System: | Easy fix?: | Yes | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26716 |
Description
Add an new feature to log QGIS HTTP URL calls in QGIS logging network tab. This should available as a debugging option in the network settings tab - much like the rendering settings tab for mapcanvas refresh. The feature should still be available even when QGIS is not built with debugging support.
The use case is to see what URLs QGIS sends when using webservices servers. Users can use feature this to help raise better issues.
Looking at https://github.com/qgis/QGIS/blob/master/src/core/qgsnetworkaccessmanager.cpp#L169 it doesn't even look like it's possible with Debug messages at the moment.