-
### Current Behavior
The Content-Type header value has this required format, according to RFC 7231:
- media-type [; parameters]
- media-type = type "/" subtype
Valid Examples:
`Content-Type: …
-
### Description
How to expose a metric from custom plugin, using the default prometheus exported URI `/apisix/prometheus/metrics`.
In my case, I want get summary metric about request_time, not t…
-
Context : Changes added to Kong-Pongo for version 3.8.0.0 added a few lines in spec/helpers.lua line 323 which are highlighted below
`_G.kong.cache.mlcache.lru = nil
collectgarbage()`
…
-
We are using this modules with nginx 1.16 , its working perfectly fine.
Recently we are planning to upgrade the nginx to 1.24 or 1.25.1 version. Its failing there
System Information
Os : Ubuntu 2…
-
Hello,
When we use `ngx.req.discard_body` API. We have some error log like below:
[error] 27954#0: *44703042 client sent invalid chunked body, client: ***, server: ****, request: *****
…
-
### Environment
- `nginx -V`
```
nginx version: openresty/1.21.4.3
kong@kong-kong-67d574447c-6xdqr:/$ nginx -V
nginx version: openresty/1.21.4.3
built with OpenSSL 3.2.1 30 Jan 2024
TLS SNI…
-
Example taken from https://github.com/openresty/stream-lua-nginx-module#reqsockpeek
```
local sock = assert(ngx.req.socket())
local data = assert(sock:peek(1)) -- peek the first 1 byte that conta…
-
In nginx-lua/openresty, I can close the http response early (avoid my users waiting) and continue doing things that cost time on my server:
```
ngx.say("bye bye, my user")
ngx.eof()
local http=r…
-
### Current Behavior
I am trying to define an APISIX route using CRD. I am trying to enable cors plugin but facing an issue with specifying *
```
apiVersion: apisix.apache.org/v2
kind: ApisixRou…
-
### Description
I would like to use standard yaml anchors ans aliases to not repeat myself too much in the config.
The only reference to anchors i found is https://github.com/apache/apisix/issues/10…