Skip to content
#

reverse-proxy

Here are 1,071 public repositories matching this topic...

caddy
chaychoong
chaychoong commented Apr 8, 2022

How to test

Caddyfile

http://{$BASE_URL} {
    log

    handle {
        root * /usr/share/caddy/html
        try_files {path} /index.html
        file_server
    }
}

test1.env

BASE_URL="test.com"

test2.env

BASE_URL=test.com

Run command

caddy run --config /etc/caddy/Caddyfile --adapter caddyfile --envfile /etc/caddy/.env

Possib

feature good first issue

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。

  • Updated Mar 1, 2022
  • Go
starsz
starsz commented Apr 7, 2022

Description

Hi,
When I use openid-connect plugins with the wrong redirect_uri in Apache APISIX.

Like flow:

 "plugins":{
        "openid-connect":{
              ... 
            "scope":"openid profile",
            "bearer_only":false,
            "introspection_endpoint_auth_method":"client_secret_post",
            "redirect_uri":"http://127.0.0.1:9080/"
             .
good first issue
educroquet
educroquet commented Nov 4, 2020

On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.

For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.

But the upstream APIs teams just want to know the global time spent in Tyk interna

aniaan
aniaan commented Mar 11, 2022

Is your feature request related to a problem? Please describe.

This is the logic currently implemented in the main branch:

If headers criteria are configured, a request is filtered in if it matches both headers and urls. If headers criteria are NOT configured, the probability options are used.

Describe the solution you'd like

I want to take the URL check when no header is

good first issue help wanted go
mastercoms
mastercoms commented Jan 31, 2022

Hi, I was having trouble connecting to a tunnel for RDP access and tried all suggested tips. After some luck, I found that this access was blocked in the firewall logs as:

Bot Fight Mode for Definite Bots
manage definite bots

Managed Challenge

So, I set Super Bot Fight Mode: Definitely automated to Allow and it works now.

Is this a documentation issue (should note allowing definite bo

haproxy
wtarreau
wtarreau commented Mar 23, 2022

Your Feature Request

Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a

type: feature good first issue
schreddies
schreddies commented Nov 4, 2020

Is your feature request related to a problem? Please describe.

The hydrator have only Basic auth - see config: https://www.ory.sh/oathkeeper/docs/pipeline/mutator/#configuration-4, however for more flexibility, similiar pre-authorization mechanism could ba added as in the instropsection authenticator handler: https://www.ory.sh/oathkeeper/docs/pipeline/mutator/#configuration-4

**Descri

feat help wanted good first issue
proxy.py

Improve this page

Add a description, image, and links to the reverse-proxy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reverse-proxy topic, visit your repo's landing page and select "manage topics."

Learn more