kong-plugin-url-rewrite
kong-plugin-url-rewrite copied to clipboard
Kong API Gateway plugin for url-rewrite purposes
did this plugin support %20 or whitespace in route ?
### Issue Description I wish to use this plugin for rewrite my uri using regex. For example: - route: `~/generator/[A-z0-9]+/test` - uri rewrite: `/my/request/[A-z0-9]+/test` So, if I consume this request...
### Issue Description Kong Version: 2.8.1 Kong is running as a docker container and I want to install the kong-plugin-url-rewrite. I have installed lua and the plugin using the command...
Before doing the change, I would like to know if using pongo (and so standard plugins files organisation) can be interesting
Add rockspec template file and plugins core files Fix #53
### Issue Description When using `docker build . -t kong-plugin-url-rewrite-dev` We get: ``` cp rockspec.template kong-plugin-url-rewrite-"1.1.1-0".rockspec cp: cannot stat 'rockspec.template': No such file or directory ``` ### Expected Behavior Build...
Hi, I have a question for you about plugin for kubernetes . this is example plugins: - name: kong-plugin-url-rewrite route: config: url: http://new-url.com I want to switch from A domain...
Hi, I'm trying to use your plugin with the dockerimage "kong:1.3.0-alpine". In my Dockerfile I install the plugin with: `RUN luarocks install kong-plugin-url-rewrite` I'm checking it trough: curl http://localhost:8001 |...