-
Updated
Jul 12, 2022 - Go
reverse-proxy
Here are 1,140 public repositories matching this topic...
-
Updated
Jul 12, 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
Jul 10, 2022 - Python
-
Updated
Jul 7, 2022 - Go
Description
when running apisix init in other directorys, we'll get an error:
~ # pwd /root
`~ # apisix init
/usr/local/openresty/luajit/bin/luajit /usr/local/apisix/apisix/cli/apisix.lua init
/usr/local/openresty/luajit/bin/luajit: /usr/local/apisix/apisix/cli/apisix.lua:31: module 'apisix.cli.env' not found:
no field package.preload['apisix.cli.env']
no file '
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
mod_mime
Description
- If the backend response is missing "Content-Type" header , try to perform MIME sniffing and fix the response header.
Reference
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headerscriteria are configured, a request is filtered in if it matches both headers and urls. Ifheaderscriteria 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
Jun 6, 2022 - Go
Describe the bug
Installation is successful, but the purging (dpkg --purge cloudflared) does not clean the service
$ ls /etc/systemd/system/cloudflared*
cloudflared.service
cloudflared-update.service
cloudflared-update.timer
nor config files:
$ ls /etc/cloudflared/
config.yml
therefore purge shows following errors:
dpkg: error processing package clou
-
Updated
Jul 11, 2022 - Go
-
Updated
Jul 11, 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
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- This issue affec
-
Updated
Jul 11, 2022 - Python
-
Updated
Jul 6, 2021 - Go
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
Jul 12, 2022 - Python
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Dec 7, 2021 - C
-
Updated
Jun 21, 2022 - Go
-
Updated
Oct 23, 2020 - C#
-
Updated
Jul 11, 2022 - C#
-
Updated
May 10, 2020 - Java
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 would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).
At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.
See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https: