-
I am trying to implement the idrac_firmware role.
Everything works so far, except that I receive a fatal error:
fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
…
-
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
/…
-
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
-
### Describe the bug
I am trying to use the WebSurferAgent as described here https://nbviewer.org/github/microsoft/autogen/blob/main/notebook/agentchat_surfer.ipynb
Here is my code:
```python
…
-
### 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…
-
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…
-
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…
-
### 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…
-
## Overview
`proxy-chain` is observed to block indefinitely when certain conditions are met:
1. It works in the forward mode (plain HTTP).
2. There is `content-disposition` header that contains c…
-
Hi,
Thanks for making wanderer!
I'm running wanderer on a k8s cluster behind a reverse proxy (Ingress NGINX Controller). I'd like to host wanderer at `/wanderer`. I tried setting the ORIGIN envv…