-
## 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…
-
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 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
-
Is there a solution for websites behind WAFs like PerimeterX, Cloudflare, Akmai etc.?
-
expires or cache-control
Expires Header for Files:
For files, especially static files served by a web server (like images, scripts, or stylesheets), the Expires header can be included by the ser…
-
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?
-
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…
-
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 …
-
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
-
### 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
…