-
**TL;DR**: We need to add a backend to the project to handle server-side logic and integrating it with the existing frontend. We'll build APIs, improve the project’s functionality, and aim for smooth …
-
Discussed in #643.
Although `requests` doesn't have a timeout, and apparently Petscan doesn't either (or it's very long), an intermediate reverse proxy or other middleware might timeout our request…
-
This is a question rather than an issue.
I am developing a client application using Lite-server. In order to access the backend API I need to set up the proxy config so I don't run into the CORS is…
-
If using this project behind an reverse proxy with HTTPS, there is an problem with the verification links (403 invalid signature).
The issue is caused, that the TrustProxies-Middleware do not have …
-
### Please describe your bug
Whenever I open the detail/info page for an episode, the Jellyfin log fills with an entry for `400 (Bad Request)`. The page is shown fine however so I'm not sure why it…
-
**Vulnerabilities**
DepShield reports that this application's usage of [http-proxy:1.18.1](https://ossindex.sonatype.org/component/pkg:npm/http-proxy@1.18.1) results in the following vulnerability(s)…
-
Using flasgger to deploy an api on aws(deploy with the help of zappa), it works well if I post the data by python script, but it do not works if I post the data from the browser.
The correct url sh…
-
**Client:**
- [ ] µTorrent
- [ ] qBittorrent
- [ ] Transmission
- [ ] rTorrent
- [x] Deluge
**Client Version:**
2.7.1.354
**Operating System:**
MacOS
**Application Version:**
Deluge 2…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
I have NGINX setup as reverse proxy for my qwik city Bun server.
When trying to login with Google, i get this error:
E…
-
At service/httpd/middleware.go#L22,
```
if r.Header.Get("X-Forwarded-Proto") == "https" {
config.Opts.HTTPS = true
}
```
If there are traffic from both HTTPS and HTTP reverse proxy, `co…