chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 74 forks source link

Authorisation error when passing api key #185

Open shritekale opened 7 years ago

shritekale commented 7 years ago

We are trying to push a package on macOS using the Klondike API but receive 401 unauthorised error. How is the API key passed to the api?

We are calling /api/packages with a PUT request and the body is the package. Does the api key needs to be passed as a url parameter (and if yes, what parameter?)