apache / apisix-java-plugin-runner

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

request help: #246

Open wu-xiaowei opened 1 year ago

wu-xiaowei commented 1 year ago

Developing custom plugins with Java, I'm trying to add a custom header in a request. However, when the value of the header is empty, the header ends up being lost. Can you please help me with a solution to this issue? Thank you.

test

yuluo-yx commented 1 year ago

maybe you can see : https://github.com/apache/apisix-java-plugin-runner/issues/254, @abhi0476 being repaired.