Feature request: Aupport arbitrary headers in HTTP request
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
**Is your feature request related to a problem? Please describe.**
I was trying to use the HTTP request with an azure function which requires an `x-function-key` header, but I was confronted with the error message `HTTP request - TypeError in blob ... invalid header name`
I might have missed it, but I don't see an option anywhere to allow custom kind of headers
**Describe the solution you'd like**
Maybe my suggestion would be a simple checkbox on the http request node for allowing not to validate header names
**Describe alternatives you've considered**
Another alternative would be to simply disable validation overall without that checkbox, but that would probably be more intrusive on seasoned users
**Additional context**
none
Contributor guide
Assessment
This issue has not been assessed yet.