NodeSSPI icon indicating copy to clipboard operation
NodeSSPI copied to clipboard

Does nodeSSPI work with cross origin?

Open lakam99 opened this issue 3 years ago • 0 comments

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 :)

lakam99 avatar Feb 23 '22 22:02 lakam99