-
SummaryUse kong to do a request proxy, the correct request result returns a 302 redirect, Except Location is all the URL of the current request, but the actual returned Location lacks port and url prefix Additional Details & Logs
Content-Type: text/plain; charset=utf8
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The response and the Location header seems to come from upstream. Kong does not touch it. But if you want you can write a plugin to adjust that on |
Beta Was this translation helpful? Give feedback.
The response and the Location header seems to come from upstream. Kong does not touch it. But if you want you can write a plugin to adjust that on
header_filter
phase. Did I understood it correctly?