Payload with Basic Auth #9883
renequez
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
given the following scenario:
i cannot make API calls to Payload because there's a headers conflict, as basic auth requires an
Authorization: Basic <x>
header and payload requires anAuthorization: users API-Key <x>
headeri think it would be cool to be able to configure the Authorization header when
useAPIKey
istrue
on an auth enabled collection. i'm thinking of something like:or something similar
Beta Was this translation helpful? Give feedback.
All reactions