We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
How can I set my user authentication though the http request from a OData url?
I've trying to make Excel connect (via OData feed) to a ckan's odata url but I always receive a "404 error". I've used both sintaxes, as following:
http://opendata.sicredi.net/datastore/odata3.0/4f9ee621-ff16-49d2-b3d0-f07e23b5b2c7?id=[my user]&X-CKAN-API-Key=[my token]
http://opendata.sicredi.net/datastore/odata3.0/4f9ee621-ff16-49d2-b3d0-f07e23b5b2c7 id=[my user] X-CKAN-API-Key:[my token]
P.S.:
The text was updated successfully, but these errors were encountered:
Will add support for CKAN API keys as url params, but only for CKAN sites with an SSL certificate.
Sorry, something went wrong.
No branches or pull requests
Hi.
How can I set my user authentication though the http request from a OData url?
I've trying to make Excel connect (via OData feed) to a ckan's odata url but I always receive a "404 error". I've used both sintaxes, as following:
http://opendata.sicredi.net/datastore/odata3.0/4f9ee621-ff16-49d2-b3d0-f07e23b5b2c7?id=[my user]&X-CKAN-API-Key=[my token]
http://opendata.sicredi.net/datastore/odata3.0/4f9ee621-ff16-49d2-b3d0-f07e23b5b2c7 id=[my user] X-CKAN-API-Key:[my token]
P.S.:
The text was updated successfully, but these errors were encountered: