- Issue created by @jhedstrom
- Merge request !12Allow use of the API key in the additional headers configuration. β (Open) created by jhedstrom
- πΊπΈUnited States jhedstrom Portland, OR
Adding a patch for use with composer.
The Azure setup we are currently using has an additional header that is required for authentication. Being able to use the configured API key as a value (perhaps as a pseudo token) would allow for this.
Use '@apikey' as the string replacement value, and dynamically replace with the real key before sending the request.
Help text to clarify the usage of the new replacement token.
Active
1.0
Code
Adding a patch for use with composer.