-
Updated
Jan 25, 2022 - Go
reverse-proxy
Here are 1,010 public repositories matching this topic...
-
Updated
Jan 25, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Kong version ($ kong version)
2.5.1.0
Current Behavior
When calling kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2:
A sender MUST NOT send a Content-
-
Updated
Jan 13, 2022 - Go
Improved or typo fixed.
https://github.com/apache/apisix/blob/0d4f65a9ae06430388af609ca0dcad386225d616/apisix/core/vault.lua
Solution
not doc for how to use vault with Apache APISIX
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.
rovide a method to test/verify if the configuration is correct. before reload the config.
Like nginx -t
Describe the solution you'd like
Simple command.
After run, print the test/verification result.
Describe alternatives you've considered
Additional context
-
Updated
Jan 25, 2022 - Go
-
Updated
Nov 10, 2021 - Go
-
Updated
Oct 14, 2021 - Go
-
Updated
Jan 25, 2022 - Go
-
Updated
Jan 25, 2022 - C
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
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
-
Updated
Nov 12, 2021 - Python
-
Updated
Jul 6, 2021 - Go
-
Updated
Jan 24, 2022 - Go
-
Updated
Dec 7, 2021 - C
Several clients throw TLSV1_ALERT_UNKNOWN_CA alert. Example:
- cloudresourcemanager.googleapis.com
Several clients throw ssl.SSLEOFError EOF occurred in violation of protocol (_ssl.c:997) alert. Example:
- gateway.icloud.com
- gs-loc.apple.com
- p25-content.icloud.com
- p57-content.icloud.com
Proxy should be able to auto-detect (which it already does when handling exceptions)
-
Updated
Jan 24, 2022 - TypeScript
-
Updated
Nov 13, 2021 - Go
-
Updated
Oct 23, 2020 - C#
-
Updated
Jan 25, 2022 - Python
-
Updated
May 10, 2020 - Java
-
Updated
Jan 7, 2022 - C#
-
Updated
Dec 30, 2019
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.