apache / apisix-java-plugin-runner

APISIX Plugin Runner in Java
https://apisix.apache.org/
Apache License 2.0
128 stars 95 forks source link

help request: how to rewrite request header in java runner-plugin development #221

Open HuangPugang opened 1 year ago

HuangPugang commented 1 year ago

Description

one request sample: fore-end request with header [a]-> apisix request with header [b]-> back-end how i transfer header [a] to [b] in java runner-plugin development ?

Environment

tzssangglass commented 1 year ago

ref: https://github.com/apache/apisix-java-plugin-runner/issues/219#issuecomment-1341872721

try with request.setHeader() works for you?