Top "Client" questions

A client is an application or system that accesses a service made available by a server.

How to get a user's client IP address in ASP.NET?

We have Request.UserHostAddress to get the IP address in ASP.NET, but this is usually the user's ISP's IP …

c# asp.net client ip-address
How do you create a REST client for Java?

With JSR 311 and its implementations we have a powerful standard for exposing Java objects via REST. However on the client …

java rest client
Is there a way to only install the mysql client (Linux)?

Are there are any Linux mysql command line tools that don't require the entire mysql db installation package to be …

mysql linux client
Getting the screen resolution using PHP

I need to find the screen resolution of a users screen who visits my website?

php server client resolution detect
Java sending and receiving file (byte[]) over sockets

I am trying to develop a very simple client / server where the client converts a file to bytes, sends it …

java file sockets client
Should a 502 HTTP status code be used if a proxy receives no response at all?

According to the RFC: 10.5.3 502 Bad Gateway The server, while acting as a gateway or proxy, received an invalid response from …

http client http-status-codes status
JAX-WS client : what's the correct path to access the local WSDL?

The problem is I need to build a web service client from a file I'm been provided. I've stored this …

java netbeans client jax-ws
Graphical HTTP client for windows

I am looking for a Windows graphical utility for performing HTTP operations. For example, I want to be able to …

windows http rest client
What Java FTP client library should I use?

Since I received no positives answers to my last question. I will try to write a Java FTP upload applet …

java ftp client
How do I turn off autocommit for a MySQL client?

I have a web app that has been written with the assumption that autocommit is turned on on the database, …

mysql client autocommit