-
Pressing enter creates a newline instead of sending the message.
-
Hello,
I'm trying to intercept some https traffic and redirect it to another web service.
So far I've managed with:
```
const fs = require('fs')
const Sniffer = require('web-proxy-sniffer')
…
DrRek updated
3 years ago
-
Greetings!
I have created what should be a simple proxy server on my system:
```
var httpProxy = require('http-proxy');
httpProxy.createProxyServer(
{
secure: false,
target: 'ht…
-
Hi,
Thanks for making wanderer!
I'm running wanderer on a k8s cluster behind a reverse proxy (Ingress NGINX Controller). I'd like to host wanderer at `/wanderer`. I tried setting the ORIGIN envv…
-
### Gloo Edge Product
Open Source
### Gloo Edge Version
v1.14.0
### Kubernetes Version
v1.26.5
### Describe the bug
```bash
[root@master ~]# glooctl check -n aiservice-gateway
C…
-
Hi,
I wanted to use h/3 as the transfer protocol, but grpc-web isn't extracting the response body for some reason - normal fetch seems to work.
Did you encounter this sort of issue?
-
### Describe the bug
I am trying to use the WebSurferAgent as described here https://nbviewer.org/github/microsoft/autogen/blob/main/notebook/agentchat_surfer.ipynb
Here is my code:
```python
…
-
## Describe the bug
After upgrade to 6.2.0 (also tried 6.3.0) I could not login to the webUI. Digging deeper, the problem seemed to be that the `app/list` endpoint mostly returns `500`
```
{
"co…
-
## CVE-2023-30861 - High Severity Vulnerability
Vulnerable Library - Flask-1.1.4-py2.py3-none-any.whl
A simple framework for building complex web applications.
Library home page: https://files.pytho…
-
When a request for a media file is handled by the media proxy, it sometimes returns a redirect to files/small/missing.png or files/original/missing.png, both of which don't exist in the Mastodon distr…