We are in the era of micro services, and soon or later, if you are involved in a full stack development, your client application would have to consume various web services in order to deliver the business requirements. With multiple services comes the complexity of handling various data formats, protocols, authentication, etc… Ideally we would…
Fetch data using JavaScript from ASP.NET Core localhost
A quick post to give an insight on a non expected problem most likely you will stumble across when you start creating a little web app using your favorite web app framework and and ASP.NET Core web service running in your localhost. It also seemed to be a common question on the internet, but I…