CORS error when using fetch API js - source destination

Asked

Viewed 35 times

0

Well, I’m trying to use pure Js and html, to consume an api, running on the localhost. Follow the codes: Java

inserir a descrição da imagem aqui

inserir a descrição da imagem aqui

Javascript(running on a local server) inserir a descrição da imagem aqui

but it returns a Cors error, which I am placing source and destination in the destination header, and the return header. When I don’t use Cors, it works, but it doesn’t return the body. When I enable Cors, it returns the following error

inserir a descrição da imagem aqui

1 answer

0


The problem was solved with a simple annotation, on the backend side:

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.