Flexberry / Leaflet-WFST

OGC WFS-T client layer for Leaflet.
http://flexberry.github.io/Leaflet-WFST/
MIT License
151 stars 50 forks source link

how to authenticate? #91

Closed barbalex closed 4 years ago

barbalex commented 4 years ago

We need to access a service that expects basic authentication. I suppose that when it comes to mutating data, authentication would be a standard requirement.

Surprisingly I have found no information on how to achieve this.

Is it possible?

kuzkok commented 4 years ago

Answer something like this in #82, but cant check how it will work.

barbalex commented 4 years ago

@kuzkok thanks!