2

Right now I have a .Net Core Application with Angular 7 as the Client

I have both the API and Client deployed on Azure however I am stuck on how to get the client working on azure where it reaches the .Net Core endpoints. On my login post request I am getting a 404 however it works on my local build... I'm not sure exaclty what I'm doing wrong?

    Request Method: POST
Status Code: 404 Not Found
Referrer Policy: no-referrer-when-downgrade

1 Answer 1

5
+50

The question title and the actual question is different.

You need to check from the application level if there is a network/CORS issue while making the Login request.

You need to check if the API end point is live and working as expected with some tools like POSTMAN.

If you are not able to figure out the issue, I recommend you to add Application Insights and check for custom errors with the login Request(Parameters)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.