httpget set a header
I am new to Nodebox and after having some success importing csv files I have moved to just connecting to my data source via the httpget node. However my data source requires that I send a header and I can not seem to figure out how to send that info. I have added extra metadata but nothing I add seems to come back with data. Does anyone know how to send correct header info?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 30 Apr, 2018 06:28 PM
We currently only support the basic authentication headers (username and password). Feeding in a headers object would be possible, but we don't support it right now.
Is it a specific authorization header you need to pass in ? Or something else?
2 Posted by rolabarr on 30 Apr, 2018 06:41 PM
Thanks for the info.
I need to send a version header.