CORS Error: Getting error while trying to get info of user email and password for frontend
I have a localhost port 1000 for backend. For frontend, the port was 5173
Now to access form data from backend, I used CORS to request from my server, but it is showing me Error 401: unauthorised, while it is giving me 200 in Postman.