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

WFS http authentication support #12952

Closed
qgib opened this issue Jul 19, 2010 · 4 comments
Closed

WFS http authentication support #12952

qgib opened this issue Jul 19, 2010 · 4 comments
Labels
Data Provider Related to specific vector, raster or mesh data providers Feature Request
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jul 19, 2010

Author Name: Sandro Santilli (@strk)
Original Redmine Issue: 2892

Redmine category:web_services_clients/wms
Assignee: Marco Hugentobler


When a WFS server requires HTTP authentication, the current WFS plugin doesn't prompt the user for name/password but passes an empty string to the XML parser instead.

Would be nice to have a user/password prompt or at least a more meaningful error message to allow user to specify them as part of the url (user:pass@server)


@qgib
Copy link
Contributor Author

qgib commented Jul 19, 2010

Author Name: Jürgen Fischer (@jef-n)


the WFS provider should probably be ported to use QNetworkAccessManager instead of [[QgsHttpTransaction]] (like the WMS provider). That way the authentication would be handled transparently.

@qgib
Copy link
Contributor Author

qgib commented Jul 19, 2010

Author Name: Jürgen Fischer (@jef-n)


Replying to [comment:1 jef]:

the WFS provider should probably be ported to use QNetworkAccessManager instead of [[QgsHttpTransaction]] (like the WMS provider). That way the authentication would be handled transparently.

see also "7fb0e90c (SVN r13094)":https://trac.osgeo.org/qgis/changeset/13093#file28

@qgib
Copy link
Contributor Author

qgib commented Jul 29, 2010

Author Name: Marco Hugentobler (@mhugent)


Hi Juergen

Thanks for the patch. I'm currently working on WFS-T support and will try to merge your patch with my changes and then commit everything together.

Marco

@qgib
Copy link
Contributor Author

qgib commented Jul 30, 2010

Author Name: Marco Hugentobler (@mhugent)


Applied as part of 532cd10 (SVN r13986). Thanks, Juergen!


  • resolution was configured as fixed
  • status_id was changed from Open to Closed

@qgib qgib added Feature Request Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
@qgib qgib added this to the Version 1.6.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Provider Related to specific vector, raster or mesh data providers Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant