We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation:
POST ... apiKey: <api-key>
Desired implementation:
POST ... Authorization: Hercules apiKey <api-key>
The text was updated successfully, but these errors were encountered:
https://github.com/vostok/hercules/blob/4472db119718f3c20d3e692edb47f5ea0ed460cf/hercules-auth/src/main/java/ru/kontur/vostok/hercules/auth/AuthUtil.java#L19
Sorry, something went wrong.
Documentation https://github.com/vostok/hercules/blob/master/hercules-gate/README.md see Request headers section of any Send HTTP-method
No branches or pull requests
Current implementation:
Desired implementation:
The text was updated successfully, but these errors were encountered: