Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
X-ApiKey in header not working when I try download GPG feed
-
When we try download GPG feed file using X-ApiKey in header we have response forbidden.
This same request used by login and password work correct.
In previous version 5.3.35 this X-ApiKey header works correctly.
wget --auth-no-challenge --header "X-ApiKey: xxxxxxxxxxxx" -O "apt-public.gpg" https://example.com/debian-feeds/apt-public.pub
-
Hi @devadmins_4004,
I haven't tried to reproduce this yet, but I looked the code briefly and am not sure why it wouldn't work. Is this ProGet 2023?
What is the specific response? Response code + body if possible.
I wonder if you could try to use the username of
api
and the password of your api key?Thanks,
Alana