-
Updated
on Nov 27, 2020 - Go
reverse-proxy
Here are 756 public repositories matching this topic...
-
Updated
on Nov 30, 2020 - 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
on Nov 25, 2020 - Go
-
Updated
on Nov 18, 2020 - Go
-
Updated
on Oct 13, 2020 - 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
I found that some admin API provided by apisix are not found in any documentation, such as
/apisix/admin/plugins/list
, so do we need a doc to keep track of the admin API that is nowhere to put?
-
Updated
on Oct 26, 2020 - Shell
-
Updated
on Nov 1, 2020 - Go
-
Updated
on Nov 16, 2020 - Go
-
Updated
on Nov 30, 2020 - C
-
Updated
on Sep 28, 2020 - 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
on Nov 16, 2020 - C
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
-
Updated
on Oct 29, 2020 - Go
-
Updated
on Nov 26, 2020 - JavaScript
-
Updated
on Oct 23, 2020 - C#
-
Updated
on May 10, 2020 - Java
-
Updated
on Nov 28, 2020 - Go
-
Updated
on Dec 24, 2019 - JavaScript
-
Updated
on Aug 22, 2018 - PHP
-
Updated
on Dec 30, 2019
-
Updated
on Aug 30, 2020 - Go
It would be nice to have a validation every time ergo runs in order to avoid badly formatted files and undefined errors.
-
Updated
on Apr 5, 2020 - 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."
Caddy version:
v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=
I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so: