Getting 400 Bad Request (bad accept header) #74
Closed
jonlamb-gh
started this conversation in
Issue
Replies: 1 comment 1 reply
-
Sorry about the trouble here. Looks like we introduced this bug a few days ago. We just pushed out a fix. Let me know if the issue is resolved. I did a test request and it looks to be fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the ways we're using keygen is to host a debian apt repo for our software packages.
Recently we started getting
400 Bad Request
's when attempting to fetch the repository files (apt-get update
, etc):Looking at the request (
apt-get -oDebug::Acquire::https=1 update
), it appears to indicate thattext/*
accept request-header field is no longer supported.I can reproduce with curl:
This setup has previously been working for quite some time, did something change on keygen's side (using
*/*
works as expected FWIW)?Beta Was this translation helpful? Give feedback.
All reactions