Closed Caychu closed 4 weeks ago
@Caychu Thanks for taking the time to make this suggestion.
Are you thinking of something like --custom-header "X-Custom-Header: Some Value"
@christianhelle yes exactly. Maybe there is a way to provide more then one header. I only need one custom header for my use case.
Thank you for the fast reply
@Caychu We could allow multiple instances of the argument, like this
--custom-header "X-Custom-Header-1: Some Value" --custom-header "X-Custom-Header-2: Some Value"
Sounds perfect
@Caychu This is trivial to implement and I'll get started on this tonight
Is your feature request related to a problem? Please describe. I want to create Requests with a special header that is not described inside of the openapi.yml. This is needed for some services that require this header
Describe the solution you'd like I want to create Requests with a special header that is not described inside of the openapi.yml
Describe alternatives you've considered Solution would be an option like where I can add a list of custom headers