-
### Feature Description
I have the following use case: I have an authorization server running next to my Gitea instance. Gitea is not supposed to do anything related to authentication or authorizat…
-
# Quick description
I have NTFY running with docker-compose, behind an nginx reverse-proxy with `https` (certbot).
Since mid-July, I no longer receive notifications on IOS, which used to work fine…
-
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…
-
## Cilium Feature Proposal
**Is your feature request related to a problem?**
Currently I'm using nginx-ingress and I when I want to expose hubble-relay outside the cluster, I need to configure t…
-
I wanted to use reverse proxy to link to different versions of my code (main, beta, alpha) but I have the problem that my certificate is only valid for the main domain. While I am not entirely sure wh…
-
When a request for a media file is handled by the media proxy, it sometimes returns a redirect to files/small/missing.png or files/original/missing.png, both of which don't exist in the Mastodon distr…
-
### Current Behavior
I can open the login page and successfully log in, then enter the page shown in the picture。
![Snipaste_2024-09-20_13-48-38](https://github.com/user-attachments/assets/b3fdb0d…
-
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…
-
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