I configured service/route on KONG without any host name and paths. I able to make GET request from browser(my web app) but whenever doing POST, PUT, DELETE call from browser(web app) getting CORS(cross origin Resource Sharing) issue. But I'm able to test from postman.
I enabled CORS plugin on route but no luck.
Here is my service and route configuration on Kong Admin.