You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passing custom HTTP headers in the client connection.
Use case
I'd like to run diode server behind a secure HTTPS gateway which requires an Authorization header with token in our environment. I don't see anyway to include this in the client connection. Adding support for any custom header would satisfy this use case.
The text was updated successfully, but these errors were encountered:
Diode SDK Python version
v0.4.0
Feature type
New functionality
Proposed feature or enhancement
Allow passing custom HTTP headers in the client connection.
Use case
I'd like to run diode server behind a secure HTTPS gateway which requires an
Authorization
header with token in our environment. I don't see anyway to include this in the client connection. Adding support for any custom header would satisfy this use case.The text was updated successfully, but these errors were encountered: