-
Hello.
wke version 1.02
blink build 98096
build time Sat Aug 5 14:09:29 2023
CPU AMD Rizen 7 1700X
In headless mode, even after opening a web page (quite simple Json), the application conti…
-
Since stremio requires addons to be over https and with a proper domain, we are mostly forced to make our comet instance public. At the moment, there is not security that prevents unauthorized users t…
-
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
/…
-
A major difference between Jupyter "desktop" (lab/retro/py) and JupyterLite is that the latter runs entirely in the browser and consequently is subject to the browser CORS controls.
And few web sit…
-
**Is your feature request related to a problem? Please describe.**
I added customize hosts for the casa web UI, like `admin.casa.com` and use reverse proxy for other apps with different host names, l…
nodew updated
2 weeks ago
-
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
-
url: 'http://localhost:8080/proxy/blockchain.atomicals.list',
data: '{"params":[50,84350,1]}'
```
024-09-27 11:59:50 ERROR:HttpSession:Exception during formatting request: POST http://localh…
-
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…
-
### Describe the bug
I encountered a `NullPointerException` while using Healenium. The error occurs when trying to invoke the `SelfHealingHandler.quit()` method, as `SessionContext.getSelfHealingHa…
-
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…