-
Hi, I am using Helidon 2.6.4. sample url : http://localhost:7002/ui/styles/app.css My config file content:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have you checked the Helidon MP CORS documentation which starts here: https://helidon.io/docs/v2/mp/cors/01_introduction? Also there is an MP CORS example in the Helidon-example repo that you can use as a cross reference to your app. |
Beta Was this translation helpful? Give feedback.
Have you checked the Helidon MP CORS documentation which starts here: https://helidon.io/docs/v2/mp/cors/01_introduction? Also there is an MP CORS example in the Helidon-example repo that you can use as a cross reference to your app.