Implematation: port 8099 has swagger ui which suppose to be route in kong but the output is empty when its route to kong.
Maybe this is the reason for blank page: its trying to get the html and css and etc. of the swagger.
- host: host.docker.internal
port: 8099
name: swagger-service
path: /swagger-ui/index.html
routes:
- name: swagger-service
paths:
- /swagger
strip_path: true
I tried re write https://docs.konghq.com/hub/stone-payments/kong-plugin-url-rewrite/ but still empty
- host: host.docker.internal
port: 8099
name: swagger-service
url: /swagger-ui/index.html
routes:
- name: swagger-service
plugins:
- name: kong-plugin-url-rewrite
config:
url: http://swagger