I have a JavaScript widget I'd like developers to embed on their sites.
I'd like to perform various actions based on whether or not a user is already a member of my site. Is it possible to securely perform GET/POST requests cross-domain?
I'm running Node/Express on the server side.