-
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…
-
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…
-
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…
-
After a little bit, the camera on will freeze and I’ll have to switch tabs to get it to unfreeze
-
The MFA modal tells you to insert a key and tap it:
![MFA modal](https://github.com/user-attachments/assets/2103d085-36a7-424d-bb66-4bde0377974f)
This works on Windows where tshd uses a system promp…
-
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
/…
-
### Describe the bug
I encountered a `NullPointerException` while using Healenium. The error occurs when trying to invoke the `SelfHealingHandler.quit()` method, as `SessionContext.getSelfHealingHa…
-
As the access list does not allow a hostname and only an IP address, I want to create a cron script, that checks whether the IP address has changed for a host, and if so updates the "Access List > Acc…
-
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