Skip to content
Advertisement

Tag: client-server

Does localhost refer to the client or the server?

I have a Dart application, which communicates to the server with POST-requests. At the moment, the server is on my local machine where I also test the application in the browser, so obviously, I have to send the POST-Req to localhost. But when the server is on one computer and the client anywhere else, it seems not to work with

Advertisement