C#C
C#2y ago
Keyvan

✅ Issues logging in from frontend via backend API

My backend is C#, .Net, EF CORE, AspNet Core
My frontend is TypeScript and react

I am trying to login from the frontend with http using axios. Picture of the login code is provided.

However when i click the login button i get a 307 error response (added picture of the error)

I cant figure out how i should fix this...
image.png
Was this page helpful?