-
Updated
Mar 3, 2022 - Go
reverse-proxy
Here are 1,035 public repositories matching this topic...
-
Updated
Mar 1, 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
Mar 1, 2022 - Go
request help: in authz-keycloak plugin is it possible to customize the "access denied" message?
Issue description
Using the authz-keycloak plugin when access is not permitted you correctly receive an access denied message
{"error":"access_denied","error_description":"not_authorized"}
in the body of the requested url
Question: is it possible to specify a redirect url to be used when the access is denied so the user see predefined page instead of a message?
Env
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
Is egctl has any way to delete all objects using just one command, right now I can put all Easegress objects(including HTTPServer、GlobalFilter、NacosServiceRegistry、HTTPPipeline etc) in a file and use just one command egctl object create -f file to create. But for any reason if I change one of these objects especially for local debug,it is very hard for me to apply these new changes(I need to
-
Updated
Feb 16, 2022 - Go
-
Updated
Oct 14, 2021 - Go
-
Updated
Mar 2, 2022 - Go
-
Updated
Feb 28, 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
Mar 1, 2022 - Python
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
-
Updated
Jul 6, 2021 - Go
-
Updated
Dec 7, 2021 - C
Under multiport mode, plugins may need to know on which port was the request received/accepted. This information is currently not surfaced to plugins. For background also see abhinavsingh/proxy.py#535 (comment) thread
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Jan 28, 2022 - Go
-
Updated
Mar 3, 2022 - Python
-
Updated
Oct 23, 2020 - C#
-
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."
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the
templatesmodule is inflexible in that only functions the functions registered by Caddy itself are available.A good refactor would be to make it possible to pass an optional array of modules in the
http.handlers.templates.functions.*namespace which get invoked atProvision()time to register additional