-
I don't understand why I keep getting ECONNRESET with this rather simple proxy:
``` javascript
import httpProxy from 'http-proxy'
import http from 'http'
const proxy = httpProxy.createProxyServer({}…
-
Running node dev 6 or 7 (the Remix apps) returns error.
All examples working great so far until these ones. Awesome stuff! :)
Using node 20, I see that the Readme says 14 || 16 || 18.
https://git…
-
When deploying the Ilios 3 backend on a server without direct outbound access to the internet, it is necessary to use an HTTP proxy to reach the outside world.
Ilios does a call to `file_get_contents…
mtb3 updated
3 months ago
-
Great tool.
Been struggling a bit to get rss-proxy to run behind an nginx reverse proxy (SWAG). The issue that arises is that rss-proxy appears to redirect to the root directory of the web server.…
-
Hello !
I discovered recently that many user agents send raw UTF8 bytes in HTTP paths, and proxies forward them without issues. See https://github.com/actix/actix-web/issues/3102
However, it l…
-
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
/…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
i get an error
` Downloading https://github.com/grpc/grpc-web/releases/download/1.4.2/protoc-gen-grpc-web-1.4.2-windows-x86_64.exe
npm ERR! connect ETIMEDOUT`
im behind a proxy, and cant find a …
-
Hi! Thanks for making this awesome application.
## Problem
I get disconnected/am unable to connect, with the above message
## Steps to recreate
1. use domain
2. get camera feed and username p…
-
# Solutions
1. Try to restart VSCode. Very often it helps.
2. If you use a proxy or custom SSL certificate, please disable [Http: Proxy Strict SSL](https://docs.platformio.org/en/latest/integratio…