python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Socket Hangup Error when connecting Oracle NoSQL kvstore
I had an issue in nodejs, when I use the API link https://hostname:8089
return new NoSQLClient({
serviceType: ServiceType.KVSTORE,
endpoint: 'localhost:8089'
...
Mugi Coder
Votes: 0
Answers: 2
Does Jetty have a http.nonProxyHosts variable?
I have configured Jetty as follows.
# ps aux | more
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
jetty 1 7.0 9.8 9931680 2421304 ? Ssl 12:20 4:31 java -Djav...
qräbnö
Votes: 0
Answers: 2
Akka Http: How to handle high throughput through a proxy?
I would like to handle 3.000 requests per second via proxy usage.
The following code without proxy works without problems and can handle 3.000 requests per second with an average send-response time of...
MJey
Votes: 0
Answers: 0
How do i connect my backend(nodejs) to my react app all runing on gitpod
i want to connect my backend to the react app using the proxy in package.json but i got an error showing up at the front page of the react app "invalid host header"
i tried these "proxy...
Kc pele
Votes: 0
Answers: 1