tzssangglass commented on issue #218: URL: https://github.com/apache/apisix-java-plugin-runner/issues/218#issuecomment-1342500222
ref: https://github.com/apache/apisix-java-plugin-runner/issues/219#issuecomment-1341872721 my full route config is: ``` curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "uri": "/get", "plugins": { "ext-plugin-pre-req": { "conf" : [ {"name": "DemoFilter", "value": "{\"enable\":\"feature\"}"} ] } }, "upstream": { "type": "roundrobin", "nodes": { "httpbin.org:80": 1 } } }' ``` and test it like: ``` curl http://127.0.0.1:9080/get ``` send request to hit route which has `ext-plugin-pre-req` plugin. -- 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]
