-
**Kibana version:**
7.9.2
**Elasticsearch version:**
7.9.2
**Server OS version:**
Ubunu 20.4
```
$uname -a
Linux 5.4.0-49-generic #53-Ubuntu SMP Fri Sep 18 09:54:57 UTC 2020 x86_64 x86_6…
-
Hi,
I've been trying to get a list of users connected, and thought of using the subscription endpoint alongside with its SSE topics to be able to keep a list of online user by checking for subscrip…
-
**What is the issue:** HTTP Sender getting response HTTP/1.1 401 Unauthorized if HTTP Authentication algorithms set to “MD-sess” {color:red} AND {color} Qop Modes is "undefined"
**OS(s) /JREs Used:**…
-
Hi!
I wrote some nodejs code using your API spec and login seems to still work but none of the other API calls work anymore. No change in my code anymore. Wondering if they now require cookies or…
-
I am calling a REST API which I cannot disclose, but it returns a response with `Content-Encoding: deflate`.
```
scala> requests.get(url = redactedUrl, params = redactedParams)
java.util.zip.ZipE…
-
We are using the registry as a pull-through cache, as described here: https://docs.docker.com/registry/recipes/mirror/, for our Renovate bot. The bot does HTTP calls for manifests with digests like ht…
-
## Possible bug
### Is this a possible bug in a feature of sharp, unrelated to installation?
- [x] Running `npm install sharp` completes without error.
- [x] Running `node -e "require('…
-
### What version of Elysia is running?
1.1.20
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
bun version: 1.1.29
write simple Elysi…
-
const OTPGENERATEURL =
"https://cdn-api.co-vin.in/api/v2/auth/public/generateOTP";
const data = {
mobile: **********,
secret:
"U2FsdGVkX1/JL3gfdhdxA7QIYB9xxdXiQd1…
-
Forward Request `/api/forward`
```
var myHeaders = new Headers();
myHeaders.append("x-api-key", "my-auth-key-1");
myHeaders.append("Content-Type", "application/x-www-form-urlencoded");
var …