api-management
Here are 164 public repositories matching this topic...
-
Updated
Dec 25, 2021 - Go
-
Updated
Nov 30, 2021 - JavaScript
Issue description
Now, when configure radixtree_uri_with_parameter in config.yaml, it only work on Route.
If you want use path parameter with control api, you must change source code.
Could you provide an optional way to configure it without change source code just like radixtree_uri_with_parameter.lua
Environment
- all version
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
-
Updated
Dec 23, 2021 - PHP
-
Updated
Dec 24, 2021 - Python
-
Updated
Oct 27, 2021
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Dec 4, 2021 - Ruby
-
Updated
Dec 24, 2021 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Dec 21, 2021 - PHP
-
Updated
May 19, 2021 - JavaScript
-
Updated
Jan 14, 2018 - Java
Update dependencies
These dependencies have security issues:
- com.google.guava/guava@27.0.1-jre
- junit/junit@4.12
- org.apache.httpcomponents/httpclient@4.5.2
- org.yaml/snakeyaml@1.24
-
Updated
Dec 22, 2021 - Java
-
Updated
Dec 3, 2021 - Java
-
Updated
Dec 6, 2021 - Kotlin
-
Updated
Dec 22, 2021 - TypeScript
We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building process itself.
And since it stuck at yarn build, a large chance is free Github Actions machine is lack of memory since we also deploy QEMU to simulate arm environment, as [ref](https://stackoverflow.com/questions/59868448/rpc-error
-
Updated
Dec 21, 2021 - Scala
-
Updated
Oct 27, 2020 - Go
-
Updated
Dec 24, 2021 - Vue
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Dec 24, 2021 - Java
API management apps
Mockend
On-demand GraphQL & REST simple Mock API
Moesif API Insights
Understand API usage and take action with user-centric API observability
Improve this page
Add a description, image, and links to the api-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the api-management topic, visit your repo's landing page and select "manage topics."


Is there an existing issue for this?
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: