-
When running on GitPod, it takes around 10 seconds for a breakpoint to be hit. I previously assumed this was [the Chrome issue](https://github.com/dart-lang/sdk/issues/39187) but if I open the inspect…
-
### 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 requesting a site-specif…
-
We should write a doc that has example reverse proxy configurations and common pitfalls that can occur.
One example is that SSE with nginx likely wont work by default because the request is buffere…
-
Impacted versions: 16.0
Steps to reproduce: Update Odoo from docker image from early nov to a new docker image, restart server, login to back office and all you get is a white screen.
Current b…
-
We have an application which:
- Include a WebSocket++ server
- Proxy HTTP to thttpd for serving files and htaccess
This enables us to serve both websockets and http on the same port.
Here is some wo…
-
### Steps To Reproduce
1. Be behind a proxy or firewall which blocks network connections to `wss://notifications.bitwarden.com/`
2. Have previously signed in to `vault.bitwarden.com` on a browser
3…
-
I would like to use a header from nginx proxy to set the `$:/status/UserName`.
I have nginx setup like this:
```
upstream websocket {
server tiddlywiki:8080;
}
server {
listen …
-
I'm currently building an app that requires SocketIO support, I've read on the documentation that uWSGI has support for WebSockets, however I've only managed to get it working through using the `proxy…
-
I'm specifically looking to make a websocket connection through a proxy server.
ghost updated
9 years ago
-
Hi, I am trying to connect to a websocket through a private proxy server which I need to authenticate with a username and password. However, I only see the option for a host and port but no username a…