httpclient.BaseAddress = new Uri(“http://localhost:64195/”);
Dear All,
I have a webpage in webserver A with the code “httpclient.BaseAddress = new Uri(“http://localhost:64195/”);”
to call a localhost web api. My question is does it call to the webserver A machine localhost or client machine localhost? Thank you
Would like to make a webpage communicate with a client-side installed service/api/application.
New contributor
Martin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.