Whenever I try to import data using an Odata reader, I get the following error:
A potentially dangerous Request.Path value was detected from the client (:).Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
This is the link ( https://opendata.cbs.nl/ODataFeed/odata/81573NED )
I'm able to specify the right tables in the parameters, so there is nothing wrong with the URL. It also works when i try this link in other software as Excel.
Does it have something to do with the fact that is an 'https' url instead of 'http'? Because this URL works http://services.odata.org/Odata/Odata.svc
Anybody have any experience with this? Or has any ideas?
Thanks in Advance!
Niels