-
## 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…
-
Cloud load balancers like AWS ALB or DigitalOcean droplet balancer does not allow specifying HOST header that is getting sent to the instance. In a multi-application setup, this means two things:
1…
-
### What version of Bun is running?
1.1.33+247456b67
### What platform is your computer?
Linux 6.11.4-arch2-1 x86_64 unknown
### What steps can reproduce the bug?
1) Create basic react app with `…
-
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…
-
## 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…
-
### 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
…
-
Hello,
I tried to create my own custom proxy in node:
```
import http from 'http';
import httpProxy from 'http-proxy';
//
// Create your custom server and just call `proxy.web()` to proxy
/…
-
### Feature Description
I have the following use case: I have an authorization server running next to my Gitea instance. Gitea is not supposed to do anything related to authentication or authorizat…
-
## Cilium Feature Proposal
**Is your feature request related to a problem?**
Currently I'm using nginx-ingress and I when I want to expose hubble-relay outside the cluster, I need to configure t…
-
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