GET POST using fetch from client to web api

Using fetch, we get a GET request on a web API using Azure authentication and passport

node server

client

Using fetch, we get a POST request on a web API using Azure authentication and passport

node server

client

Passing a form data to the Web API with no authentication

client