fetch fails after runtime node upgrade
Unanswered
fewd_123 posted this in #help-forum
fewd_123OP
I was using fetch with no issues until I upgraded runtime node version from 17 to 20 and call to AWS private gateways fails. I searched and found that Host is a forbidden header in the Fetch Standard. The Friday October 13 2023 Security Releases disallowed its (and other forbidden headers') use. Does this mean I have to switch to Undici ? Cant I use Fetch to call private gateways anymore?