- π©πͺGermany pebosi
Ist would be nice to get rid of this βmisleadingβ 403.
- πΊπΈUnited States bradjones1 Digital Nomad Life
@kundu it's waiting for someone to work on it. Maybe you? :-) Or you could sponsor development.
A route with _access: 'TRUE' should always allow access.
However, it's possible for authentication to fail.
1. Enable basic_auth module
2. Set up an image derivative
3. Go to the URI for the derived image, with an Authorization HTTP header which looks like "Basic something-that-will-fail"
4. Get a 403
This is because the Authorization causes the BasicAuth authentication provider to report that it applies to the request. It will then fail authentication.
Furthermore, the log message is unclear: it says 'The used authentication method is not allowed on this route' which isn't actually the problem.
Active
10.1 β¨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Ist would be nice to get rid of this βmisleadingβ 403.
@kundu it's waiting for someone to work on it. Maybe you? :-) Or you could sponsor development.