Hello @tristanmchardie,
I have a couple of questions and steps for you to try to hopefully help solve this issue.
1) Are you able to share the log file from one of your unsuccessful connects?
2) What is the first indication that the server is not using the correct Authentication? Is it that the layer list returned only contains the Public layers?
3) When you attempt to connect to the WFS with your Authentication, in the log file you should see the GetCapabilities URL. If you plug this into a browser does it access one of the hidden layers?
4) If you try to put the Feature Type name parameter on the Get Capabilities URL(accessing one of the layers that require authentication), does that work? Any additional parameters you attach to the URL FME will pass through to each follow-up URL.
5) What is the WFS version?
An alternative you could try is using the HTTPCaller transformer. You can classify the Header that is sent from the HTTPCaller to include the additional authentication. Otherwise, if you can share the log file that should tell us quite a bit - especially if we are able to access the WFS in question.
I'm having exactly the same problem. Could you solve it?
Retrieving the data with another client (p.ex. Insomnia) works...
I'm having exactly the same problem. Could you solve it?
Retrieving the data with another client (p.ex. Insomnia) works...
Hi @lorans9, if the problem you are experiencing is the same as tristanmchardie, could you provide more information about your issue, by answering trentatsafe's questions? These info will hopefully help us figure out what's going on. Thank you!
Hi @lorans9, if the problem you are experiencing is the same as tristanmchardie, could you provide more information about your issue, by answering trentatsafe's questions? These info will hopefully help us figure out what's going on. Thank you!
wfs-av-ueberkanton-featurereadertrsfm.txt
wfs-av-ueberkanton-withwfsreader.txt
Hi Xiaomeng,
I'm using FME Desktop 2017.1.2.1 on Windows.
And want to download data from an WFS server where is need to do basic authentication.
Using the WFS Reader is working fine, but i need to use the FeatureReader transformer to be more dynamic.
Setting the FeatureReader 'reader format to: WFS' and use basic authentication doesn't work.. i can still choose the layers 'constraint: feature type to read' this works, but when i start the workbench, i get the "HTTP/1.1 401 Unauthorized" Error.
I joined to log files:
First the one that working fine using the WFS Reader
Second the one using the FeatureReader (WFS Format)
Both log files are the result of the same task.
Hello @lorans9,
The fact you are seeing different behavior between the WFS Reader and the FeatureReader is troubling. Would you mind submitting a support ticket here:
https://www.safe.com/support/report-a-problem/
That way we can take a closer look at the issue you are experiencing.
Thank you!