Additional Headers Doesn't work! #12869
Answered
by
kkthxbye-code
remchuk
asked this question in
Help Wanted!
-
Hey people! I'm trying to make an additional header in a webhook yet when I print on the listener the POST request using : json.loads(json.dumps()) For example I have a header : Token : abc I use NetBox 3.3.4 , anyone know why is that? |
Beta Was this translation helpful? Give feedback.
Answered by
kkthxbye-code
Jun 12, 2023
Replies: 1 comment 4 replies
-
This makes no sense. Show your code instead. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If request is your response object, headers will be in
request.headers
.