-
Updated
Nov 23, 2021 - Go
reverse-proxy
Here are 970 public repositories matching this topic...
-
Updated
Nov 22, 2021 - Go
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
-
Updated
Nov 18, 2021 - Go
-
Updated
Oct 12, 2021
Issue description
比如Nginx自带的响应内容替换库可以替换局部内容:http://nginx.org/en/docs/http/ngx_http_sub_module.html
sub_filter '<a href="http://127.0.0.1:8080/' '<a href="https://$host/';
比如还有个支持正则替换的库(印象中Openresty已默认支持):ngx_http_substitutions_filter_module,可以通过正则表达式来替换内容:
subs_filter_types text/html text/css text/xml;
subs_filter st(\d*).example.com $1.example.com ir;
subs_filter a.e
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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In some situation, like XiaoDu watch, which is sensitive to power consumption, may need to close the TCP-KeepAlive heartbeat message or increase the interval to send TCP-KeepAlive heartbeat message.
Mod_tcp_keepalive can help handle situ
-
Updated
Nov 23, 2021 - Go
-
Updated
Nov 10, 2021 - Go
-
Updated
Oct 14, 2021 - Go
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.
-
Updated
Nov 23, 2021 - C
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
Currently we have a mix of:
Out of memory error.Out of memory errorout of memory errorout of memoryout of memory.out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
-
Updated
Nov 12, 2021 - Python
-
Updated
Jul 6, 2021 - Go
We are running a tunnel which is being accessed by clients using WARP.
tunnel: TUNNEL_ID
credentials-file: /var/lib/cloudflared/TUNNEL_ID.json
warp-routing:
enabled: true
grace-period: 120sThe grace period is configured to 120 seconds, however this appears to not be respected when sending SIGTERM to cloudflared. The tunnel is stopped after 30 seconds, even though a c
-
Updated
Jan 17, 2021 - C
-
Updated
Nov 13, 2021 - Go
Is your feature request related to a problem? Please describe.
This happens when you are using CTRL+C to terminate proxy.py instance.
Describe the solution you'd like
proxy.py must register for signals instead of depending upon KeyboardInterrupt and shutdown gracefully.
-
Updated
Nov 22, 2021 - TypeScript
-
Updated
Oct 23, 2020 - C#
-
Updated
May 10, 2020 - Java
-
Updated
Nov 23, 2021 - Python
-
Updated
Nov 17, 2021 - C#
Improve this page
Add a description, image, and links to the reverse-proxy topic page so that developers can more easily learn about it.
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."
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
This works as expected, but is limited in its use:
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.