Alex Zhang

Results 411 comments of Alex Zhang

If the token can be specified directly, try to use `proxy-rewrite` plugin, set it there.

1. Please provide environment details 2. Please provide your configuration about Route, Upstream and so on 3. Any error logs in APISIX?

@michaelh1355 At least please provide how did you send the request, including the URI, headers, query string and etc.

@crazyMonkey1995 Your rewrite should fail since Response Rewrite plugin doesn't decode the response body from upstream.

> It look like we need to make `response-rewrite` support: > > 1. decode upstream body by `Content-Encoding` form upstream; > 2. rewrite body > 3. encode body with the...

@tzssangglass I think these settings can be categorized as "advanced settings," and most of the time, we won't care about them.

> > Normally, tcp keepalive pkg should be sent by the client, not the gateway/Apache APISIX > > If the client doesn't send messages to keepalive tcp till timeout, the...

> Yes, this doc shows how you can configure the Kubernetes service discovery on APISIX. As for how other components can call APISIX, it varies and depends on your topology...