it logs
Refused to set unsafe header “Host”
Refused to set unsafe header “Access-Control-Request-Headers”
Refused to set unsafe header “Origin”
From what I've found from looking around is that Host, Origin,Access-Control-Request-Headers are automatically set by the browser for security reasons as mentioned in w3 headers
Is there a way to send the proper header information without resulting in these errors?