Top "Client" questions

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

Rails: Get Client IP address

In Rails, what's the best way to get the ip address of the client connecting to the server? Here are …

ruby-on-rails client ip-address
Luci (openwrt) wifi bridge client - how to configure?

i need to configure a wireless bridge (something like a wireless switch). I have TP-LINK TL-WR740N v4.22 with OPENWRT …

client wifi openwrt bridge
Communicating with a socket.io server via c#

Is there a c# client that follows the socket.io protocol? I have a socket.io server that is communicating …

c# sockets client websocket socket.io
What C++ library should I use to implement a HTTP client?

I'm looking for a C++ library that implements or enables the implementation of a HTTP client. It should handle cookies …

c++ http client
Jersey Client API - authentication

I'm using the Jersey client API to submit SOAP requests to a JAX-WS webservice. By default Jersey is somehow using …

authentication client jersey
How do I get the remote address of a client in servlet?

Is there any way that I could get the original IP address of the client coming to the server? I …

servlets proxy client ip-address
Getting the MAC-Address of a client with a browser

I have the following problem: I have a webserver. This webserver is behind a router. The problem is, I need …

browser client mac-address
P4W error: file(s) is not in client view

I have an existing workspace that i have been using and everything has been working as expected. Now I am …

view client perforce depot
JavaScript: indexOf vs. Match when Searching Strings?

Readability aside, are there any discernable differences (performance perhaps) between using str.indexOf("src") and str.match(/src/) I personally …

javascript regex string client
PHP REST Clients

I'm trying to connect to a RESTful web service, but I'm having some troubles, especially when sending data over PUT …

php rest client