Friday, April 26, 2019

.NET web API GET from azure db

I have a Web API that I'm currently running locally to an Azure Database the is generated through the API. I can successfully POST to the database but I cannot GET. I'm attempting the GET through postman

https://i.redd.it/wymuarw3dqu21.png

I took the code first approach via EF core. I created the server and got the connection strings via azure. The POST works just fine but the GET gives me the above response. Is this a setting in postman or is there something level of security/authentication i'm missing with azure?

SSL cert is turn off in the settings
when I debug, the GET doesn't hit the controller

.NET web API GET from azure db Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team