Accessing Workers KV with axios from Vue.js app

Same as No 'Access-Control-Allow-Origin' header is present on the requested resource - #2 by Judge

You’ll need to proxy the request to CF’s api somehow (your backend, a CF workers backend using fetch, etc). Cloudflare does not specify cors for security reasons.

1 Like