client Questions

8

I have an existing workspace that I have been using and everything has been working as expected. Now I am beginning a new project and would like to change my workspace root so that the files will b...
Firebrand asked 28/6, 2013 at 3:17

23

Solved

I need to find the screen resolution of a users screen who visits my website?
Skier asked 1/10, 2009 at 14:57

7

Solved

As a mqtt client connected to mosquitto is it possible to retrieve a list of client IDs who are also connected to the broker?
Forevermore asked 19/3, 2012 at 8:34

3

I'm new to SOAP and trying to connect to a SOAP server using PHP's built-in SoapClient. I am receiving this error for days now and didn't find any solution. This is for a Linux Server. I've tried ...
Moderato asked 4/9, 2019 at 8:3

3

I am looking to develop a Singletone AmazonS3Client that serves my application to upload files to Amazon S3 server. however, I couldn't find how to check if the connection is active and able to upl...
Worrywart asked 7/12, 2014 at 10:55

8

Solved

The problem is I need to build a web service client from a file I'm been provided. I've stored this file on the local file system and, while I keep the WSDL file in the correct file system folder, ...
Graubert asked 12/11, 2010 at 10:14

4

Solved

I read many topics about OOP Design Patterns of GoF, but i am not sure about "Client" concept. So what is it? How can we realize it in our application. Thank!
Iliad asked 6/4, 2013 at 6:25

6

Solved

I'm using a simple post request to my backend for a form data and for some reason the body is alwayes empty. I'm trying to isolate this so i changed the content type to application json and changed...
Invocate asked 7/6, 2019 at 11:45

4

Has anybody successfully tried any C++ REST library (client) in their enterprise product? It can be collection of software stack, but it should have the capability to run on all platforms, i.e.: Wi...
Insensible asked 12/11, 2012 at 8:39

2

I am trying to connect to a websocket. I would like to add cookies from the actual website login, so the server (which is NOT mine), knows who I am (events are account specific). var opts = { ex...
Absorbance asked 27/4, 2017 at 16:45

1

Solved

I am using Plotly-Dash to visualize a heatmap from large data (1000000) points using Densitymapbox(). The data around 30 MB loads for the first time slowly in the browser from the server and pannin...
Inflated asked 28/3, 2022 at 5:34

4

Solved

I want a event-driven, windows, c#, tcp client. When there are at least 35 bytes in the read buffer, I want a handler to be called that will read those 35 bytes, grab a length value from that "pac...
Kikuyu asked 1/8, 2012 at 1:48

2

I'm new to Python programming and I'm trying to create a server and a client. I still want to be able to type something from the keyboard so i can close the server from the server by typing 'exit'....
Extranuclear asked 8/2, 2013 at 5:41

2

Solved

I would like to add an OpenAPI service reference to an existing project. Within the Connected Services view, the next values are used: Afterwards I click on Finish, build the project and add the P...
Stuyvesant asked 8/9, 2021 at 18:19

4

Solved

I am using grpc for message passing and am testing a simple server and client. When my message size goes over the limit, I get this error. grpc._channel._Rendezvous: <_Rendezvous of RPC that t...
Tameka asked 6/3, 2017 at 15:10

2

I have a keycloak docker container (pulled image jboss/keycloak ) and a Django 2.2 web container. For integration of django with keycloak social-auth-app-django was used. Login works fine. Now tryi...
Dentil asked 3/12, 2019 at 17:38

2

We are deprecating the REST service and we want to inform the client about this. what is the best practice followed? I can think of following options Pass the deprecation warning message as par...
Breakup asked 24/4, 2015 at 9:16

3

Does anyone know of any good libraries for implementing the Exchange ActiveSync Protocol into a C# Application so that I can sync emails with the application to a server (such as m.google.com)?
Porterfield asked 31/12, 2011 at 14:24

3

Solved

Kubernetes has a very nice official Python API client. The API client assumes that you will be creating individual resources (such as pods, or services) and assumes that you will be using Python ob...
Absorbance asked 19/6, 2019 at 18:36

6

Solved

Is there a way to force an iperf client to use a specific port number as its outgoing port instead of letting iperf on choosing a random port to use?
Hectic asked 8/4, 2012 at 18:44

3

Solved

I am a bit confused, whether there is any difference between the terms "HTTP client" and "REST Client"? For example, I have found some libraries for Android that look like they were designed for ...
Immolate asked 20/4, 2018 at 23:38

4

Solved

I've two android applications on same LAN provided by WIFI : App (A) that open a listening socket on port 8033 App (B) that use HttpClient to access (A) on port 8033 How to make it possible th...
Showthrough asked 1/9, 2011 at 9:18

2

Solved

In the response handling section if below is the overall response [ { "empId":1001, "empName":"abc" }, { "empId":1002, "empName":"xyz&q...
Charlottecharlottenburg asked 6/5, 2020 at 0:0

8

Solved

I have a web app that has been written with the assumption that autocommit is turned on on the database, so I don't want to make any changes there. However all the documentation I can find only see...
Scheer asked 17/2, 2010 at 12:21

1

I am writing unit tests for ES5.2, and am having some issues. I need to create a client which connects to a local node for running tests, so I use esClient = new PreBuiltTransportClient(settings) ...
Pratte asked 15/5, 2017 at 16:40

© 2022 - 2024 — McMap. All rights reserved.