-
Hey,
I get 2 types of errors if I use agario-client with proxies.
**Error type A** (almost only with https-proxy-agent):
```
Bot 8: [warning] unknown packet ID(0): 00 4c 00 6f 00 6c 00 5e 00 5e 00
B…
-
Hi developers
This my main.py
```
from gevent import monkey;monkey.patch_all()
from flask import Flask,render_template, url_for, request, redirect, flash,jsonify,session,…
-
I am relatively new to c++ and the cpprestsdk._
I am using an empty c++ project in visual studio 2015. I build myself the 32 Bit version of the libraries and I get weird errors when trying to build…
ghost updated
6 years ago
-
I use nginx websockets proxy. Nginx serves SSL, then proxies to ejabberd 15.04.
Nginx config is:
```
location /xmpp {
proxy_pass http://backend:5280;
proxy_http_version 1.1;
proxy_set_he…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new site sup…
-
The current https config file in the docs is not valid for caddyv2.
How to make hasura work over https using caddyv2?
```
localhost {
reverse_proxy http://dev.shop.yak:8080 {
}
}
reverse…
-
Hello!
I seem to be unable to use XBVR behind a proxy using this config
```
location /xbvr/ {
proxy_pass http://127.0.0.1:9999/;
proxy_set_header Host $host;
proxy_set_header X-Rea…
-
How hard would it be to make gossip proxy aware?
My use-case is wanting to run gossip through local SOCKS5 / TOR proxies.
maybe helpful? : https://stackoverflow.com/questions/63992487/is-there-a…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is…
-
thank you for creating marvellous product.
**Is your feature request related to a problem? Please describe.**
current websocket options only working for location "/"
**Describe the solution you…