Hi,
Anyone using the Tawk.To WordPress plugin with “Secure Mode” enabled in their dashboard on the Tawk.To website is currently seeing the WordPress plugin throw a constant 400 error in the browsers console log.
Simply put, the plugin is not hashing the API_TOKEN when its being passed to the API from the Plugin it seems.
Online solutions for those directly interacting with the API have resolved this by simply hashing the value like so: hash_hmac("sha256","admin_email@domain.com","AI_TOKEN_KEY");
This needs resolving as all chats are otherwise are potentially (very likely) insecure until this is resolved if the widget loads at all for users.