-
#### Description
Is your feature request related to a problem? If so, please provide a clear and concise description of the problem. E.g., "I'm always frustrated when [...]."
I have some family …
ghost updated
2 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### OS/Web Information
- Web Browser: Chrome
- Local OS: MacOS
- Remote OS: MacOs
- Remote Architecture: Arm
-…
jlewi updated
3 months ago
-
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?
-
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
/…
-
Is there a solution for websites behind WAFs like PerimeterX, Cloudflare, Akmai etc.?
-
At present, this package fails to build for WASM:
```
../../../../go/pkg/mod/golang.stackrox.io/grpc-http1@v0.3.13-0.20240812074332-70d8a3e22717/client/ws_proxy.go:235:3: unknown field HTTPHeader …
-
## 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…
-
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…
-
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 `…