-
Updated
Mar 23, 2022 - Go
reverse-proxy
Here are 1,052 public repositories matching this topic...
-
Updated
Mar 25, 2022 - 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
Mar 23, 2022 - Python
-
Updated
Mar 1, 2022 - Go
Description
maybe we should tell them "usename or password is error"
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 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. Ifheaders
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
-
Updated
Feb 16, 2022 - Go
-
Updated
Oct 14, 2021 - Go
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 21, 2022 - C
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
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
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
Mar 20, 2022 - Python
-
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 21, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Go
-
Updated
Mar 25, 2022 - Python
-
Updated
Oct 23, 2020 - C#
-
Updated
May 10, 2020 - Java
-
Updated
Jan 7, 2022 - 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."
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the
templates
module 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