Replies: 1 comment
-
That was my idea exactly. I need to include the same Authorization header into every request which isn't DRY. Any chance to improve that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now I'm using file variables to set the
content-type
and thereturn-type
of all my requests:I think it would be very helpful if instead we could define some sort of "global headers" so we don't need to repeat the exact same headers for every request.
Beta Was this translation helpful? Give feedback.
All reactions