Cheol-Soon-Choi commented on issue #205:
URL:
https://github.com/apache/apisix-java-plugin-runner/issues/205#issuecomment-1284967623
my route is,
`{
"uri": "/*",
"name": "test",
"methods": [
"GET"
],
"plugins": {
"ext-plugin-pre-req": {
"conf": [
{
"name": "HiFilter",
"value": "{\"apiCode\":\"apiCode\",\"rejected_code\":\"403\"}"
}
]
}
},
"upstream_id": "99",
"status": 1
}`
my backend, (serviceA = test2(), serviceB = test() method)
<img width="594" alt="스크린샷 2022-10-20 오후 2 35 26"
src="https://user-images.githubusercontent.com/79562672/196864729-1e01f6e3-aade-492b-a66b-9df6f1b35f91.png">
my custom filter,

my error log,

Please refer to the above.
thanks, @tzssangglass
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]