Posts by Felipe Jansen • 1 point
2 posts
-
0
votes3
answers4406
viewsA: Error Full Authentication is required to access this Resource
In addition to what Victor said, I was able to access the methods by configuring "Crossorigin" @CrossOrigin(origins = "http://localhost:4200") //CONFIGURACAO DO CROSS @GetMapping public…
-
0
votes3
answers4406
viewsA: Error Full Authentication is required to access this Resource
Return this.http.get(${this.lancamentoUrl}?resumo, httpOptions ) . subscribe(date) => {console.log(date); } ); Where did you put this command ?