Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to log URL requests #26716

Closed
qgib opened this issue Apr 30, 2018 · 1 comment
Closed

Add option to log URL requests #26716

qgib opened this issue Apr 30, 2018 · 1 comment

Comments

@qgib
Copy link
Contributor

qgib commented Apr 30, 2018

Author Name: Jeremy Palmer (@palmerj)
Original Redmine Issue: 18884
Affected QGIS version: 3.1(master)
Redmine category:network


Add an new feature to log QGIS HTTP(s) 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.

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! API API improvement only, no visible user interface changes Easy fix labels May 25, 2019
@alexbruy alexbruy added Feature Request and removed Bug Either a bug report, or a bug fix. Let's hope for the latter! API API improvement only, no visible user interface changes Easy fix labels Sep 22, 2019
@alexbruy
Copy link
Contributor

Implemented in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants