-
Rewrite works fine on the first hit, but if a TTL is set then cache hits cause a 502 BAD_GATEWAY response.
VCL looks like
sub vcl_deliver {
if ( obj.hits == 0 && req.http.host == "blog.staging.w…
-
This is what I get:
PS C:\Users\tyler> pip install -U git+https://github.com/Rapptz/discord.py@rewrite
Collecting git+https://github.com/Rapptz/discord.py@rewrite
Cloning https://github.com/Rappt…
-
# 背景
[BFE](https://github.com/bfenetworks/bfe) 支持对流量进行[Header重写](https://www.bfe-networks.net/en_us/modules/mod_header/mod_header/),希望 bfe-ingress-controller 实现该功能。
# 配置方式
Ingress 资源内
* spec.rul…
-
The type requests in the new route system changed from NextApiequest to NextRequest
and the middleware seems cannot work accordingly. any workaround?
-
### Describe the feature
I am building a tiny sync layer between my client and server using the `createStorageServer` which is working great! However, I would like to be able to rewrite the request `…
Sh4yy updated
7 months ago
-
### Link to the code that reproduces this issue
https://github.com/hector/middleware-web
### To Reproduce
The basic code to trigger this bug is simply to use a rewrite in the middleware of Ne…
-
To reproduce
```js
import createApp from 'express';
const app = createApp();
console.log(app.response);
console.log(app.response.getHeader('vary'));
```
```js
import createApp from 'ex…
-
### Description
I try to use kafka logger to record all the requests and response and replace the clickhouse-logger(it's working)
after I add it in the apisix dashboard, it shows nothing messages …
-
### What's hard to do? (limit 100 words)
There is currently no ROM Model available in DSLX. Although a RamModel (1R1W RAM) can be used as a substitute in tests, it is impossible to use RAM rewriting …
-
Anyone have success getting the middleware to work with next-auth v5? I am wrapping the middleware in auth, but the req.url is whatever we set the `AUTH_URL` to be.
```
import { NextResponse } fro…