I'm having an angular application. In which client is going to POST some data and redirect to my application. I need to read that POST data and do necessary action. Is there any way where i can read POST data.
I tried to simulate by posting test data to my login page. It is showing "Cannot POST /auth/login"