node-XMLHttpRequest
node-XMLHttpRequest copied to clipboard
Origin Header is missing
Hello,
I'm not sure why Origin is forbidden. But I don't see it's being set anywhere. I'm consuming a RPC service that requires an Origin to be present. So, I've simply added it to the default headers with a default value of null.
This works for me. Yet, I wanted confirm how this would affect others.