-
Updated
Mar 18, 2021 - Go
reverse-proxy
Here are 829 public repositories matching this topic...
-
Updated
Mar 18, 2021 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 8, 2021 - Go
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
Issue description
Currently the serverless plugin functions don't have args, when we want to access some per-request data in api_ctx, we have to use ngx.ctx.api_ctx, which is obscure for new users. So I think we can push the api_ctx table to all serverless functions. For instance, we can write a function like:
"serverless-pre-function": {
"phase": "rewrite",-
Updated
Jan 23, 2021 - Java
Active health check
Background
- BFE can be configured with Passive Health Check (i.e. Outlier Detection) and use responses from real requests to determine whether an backend instance is healthy.
Description
Add Active Health Check support:
- Actively and periodically send health checking requests to backend.
- Use responses from health checking requests to determine whether an backend instance is he
-
Updated
Mar 4, 2021 - Shell
-
Updated
Nov 1, 2020 - Go
-
Updated
Feb 15, 2021 - Go
-
Updated
Mar 18, 2021 - C
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
Mar 18, 2021 - Go
-
Updated
Mar 18, 2021 - Shell
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
Jan 17, 2021 - C
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 16, 2021 - JavaScript
-
Updated
Oct 23, 2020 - C#
-
Updated
May 10, 2020 - Java
-
Updated
Mar 6, 2021 - Go
-
Updated
Dec 24, 2019 - JavaScript
-
Updated
Aug 22, 2018 - PHP
-
Updated
Dec 30, 2019
-
Updated
Jan 11, 2021 - Go
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."
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command