fetch('https://sociopathcommunity.com/Chat/GetChatMessages')
.then(r => console.log('status:', r.status))
.catch(e => console.log('error:', e));
Promise {<pending>}
VM162:1 GET https://sociopathcommunity.com/Chat/GetChatMessages 404 (Not Found)
(anonymous) @ VM162:1
VM162:2 status: 404