NodeSSPI
NodeSSPI copied to clipboard
Does nodeSSPI work with cross origin?
Hi, I've been developing an API meant to authenticate users before passing the request. It works great on the local API server and port, but if I host a site on a different port on the same server and call the API or host a site on a different server and call the API, there's not even an attempt to authenticate, it just automatically returns a 401 status. Is it even possible to use nodeSSPI with a different origin or am I missing something?
Thanks in advance :)