Spring-oauth2 для Gmail войти в Cors - PullRequest
       7

Spring-oauth2 для Gmail войти в Cors

0 голосов
/ 17 октября 2018

Я создал приложение Spring Boot Rest для входа в Google, и оно работает нормально, но когда я пытаюсь получить доступ с угла, оно дает error of Redirect from 'http://localhost:9696/' to 'http://localhost:9696/login' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4200' is therefore not allowed access.

Я поставил@CrossOrigin, но все равно выдает ту же ошибку.кто-нибудь может мне помочь?

...