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
I run a NetBox instance behind a proxy service that assists with logging and tracking of requests beyond what NetBox provides natively. It would be useful if we could append custom headers to the request to support injection of custom values as needed.
e.g.
import pynetbox
nb = pynetbox.api(
'http://localhost:8000',
token='d6f4e314a5b5fefd164995169f28ae32d987704f',
custom_headers={'Tracking-Header': 'tracking_header_value'}
)
I run a NetBox instance behind a proxy service that assists with logging and tracking of requests beyond what NetBox provides natively. It would be useful if we could append custom headers to the request to support injection of custom values as needed.
e.g.
sample request header
The text was updated successfully, but these errors were encountered: