You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: