client Questions
5
Solved
I'm creating integration tests for a JAX-RS/Jersey Webservice deployed on Tomcat 8 using arquillian.
I am trying to do a POST request like that:
E dummy = dummyFactory.manufacturePojo(getSubClass...
Mcneill asked 9/3, 2015 at 21:1
8
Are there are any Linux mysql command line tools that don't require the entire mysql db installation package to be installed?
What I'm trying to do is from server #1 (app server), execute m...
21
Solved
We have Request.UserHostAddress to get the IP address in ASP.NET, but this is usually the user's ISP's IP address, not exactly the user's machine IP address who for example clicked a link. How can ...
Singhal asked 9/4, 2009 at 18:19
2
Solved
When creating a new client in Keycloak service through sending the post request to /{realm}/clients, both clientId and id are optional fields in post body.
If I didn't specify them, keycloak will g...
Slavic asked 9/3, 2021 at 22:24
2
Solved
I have generated the python client and server from https://editor.swagger.io/ - and the server runs correctly with no editing, but I can't seem to get the client to communicate with it - or with an...
6
Solved
I'm using the MEAN stack (mongo, express, angular and node). I'm deploying relatively frequently to production...every couple of days. My concern is that I'm changing the client side code and the A...
Char asked 27/3, 2015 at 1:56
3
I want to make it possible that multiple users can view the same website (a specific URL that all agree on) and all events of the users will be shared so that everyone has the same state. So that y...
Abbie asked 11/2, 2020 at 8:36
2
I wrote an app on my phone with Android. I'm debugging it on phone. I try to connect to a server written in C#, but every time I try to connect, I have exception:
EHOSTUNREACH (No route to host)
...
Scag asked 28/1, 2013 at 16:37
5
I'm trying to choose an design pattern for an application that I'm developing. The application is primarily based on a Client-Server architecture where the Client basically reads and writes data to...
Nucleotide asked 30/10, 2011 at 5:38
4
I know that STunnel can be set up as either server or client with the "client = no" or "client = yes" lines in the config file. Is there a way for a machine to be BOTH a server and client?
1
I'm trying to create a WebSocket client on Chrome Extensions/Chrome Packaged Apps, that behaves like Simple WebSocket Client from hakobera, or Dark Websocket Terminal from toni.ruottu on Chrome Web...
Hesson asked 12/10, 2012 at 1:48
5
Solved
My Delphi program builds and compiles fine, however as soon as it is run in the debug mode, I get the following error;
Property ClientHeight does Not Exist
After looking through all of the .DF...
Elyse asked 4/3, 2014 at 19:32
3
Solved
I created an ASP.NET Core api controller which return a FileStreamResult object. (I can change the type of result if needed)
Here is the code of the Get function:
[HttpGet("[action]/{p_gInspectio...
Isometry asked 14/5, 2020 at 16:34
1
In some of my posts, when I have stored user information in cookies, all the comments and answers have said something like, "... answer to problem ... but DON'T USE COOKIES TO STORE USER INFORMATIO...
9
Hi I've a jersey client which i use to upload a file. I tried using it locally and everything works fine. But in production environment i've to set proxy. I browsed thru few pages but could not get...
Pontoon asked 2/5, 2012 at 14:18
3
Solved
I was wondering if there is a way to make a div with position fixed immobile, so if the user scrolls the div will be immobile to the initial position. I need it because I have a toast spawning insi...
2
Solved
I need to create a c# application that has to send API request to a server using SSL. I need to create the Client authentication. I already have the server CA certificate, the client certificate (c...
Slipcase asked 29/10, 2020 at 7:29
2
I have 64-bit Oracle Database Server (11.2.0.3) installed on Windows 2008 R2, and naturally, it automatically installs the 64-bit client. I have to install an application onto this server that is 3...
1
Solved
im using aws linux , which the default python is 2.7
I yum installed 3.7
and changed the alias python=python3
now when I do python -V Im getting: Python 3.7.6.
i run pip3 install psycopg2
and g...
Lipetsk asked 30/4, 2020 at 16:41
1
In HTTP client Editor on IntelliJ, I am trying to do this:
POST http://{{host}}/path-to-my-first-resource
Content-Type: application/json
{"field1":"false",
"field2":"test",
"field3":"test",
}
...
Chiasma asked 13/2, 2020 at 17:47
7
Solved
I've created test.py module, filled with
from django.test import TestCase
from django.test.client import Client
from django.contrib.auth.models import User
from django.contrib.sites.models import ...
6
Solved
I'm setting up Apache with several distinct SSL certificates for different domains that reside on the same server (and thus sharing the same IP address).
With Qualys SSL Test I discovered that the...
2
Solved
I'm trying to scale a deployment with golang client. The problem I've found is that the golang client does not have a scale method for deployments. I don't know how I should do it.
The idea that I...
Divulgence asked 7/5, 2020 at 8:54
3
i would like to parse kubernetes manifest file (json/yaml) and be able to convert them to k8s structures (to later on manipulate them)
I know there is the NewYAMLOrJSONDecoder().Decode() function ...
Mertens asked 4/11, 2017 at 23:48
4
Solved
I am using Ubuntu telnet client.
I am trying to send 2 lines over the telnet connection that I have made.
For example:
> telnet en.wikipedia.org 80
GET /wiki/Main_Page http/1.1 <CR> // ...
© 2022 - 2024 — McMap. All rights reserved.