2

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. enter image description here

Route configuration: enter image description here

CORS Plugin configuration on route: enter image description here

Anil Jagtap
  • 1,740
  • 4
  • 27
  • 44

1 Answers1

0

I had the same error, you just have to add within the methods allowed in the route: OPTIONS