spring-guides / gs-rest-service-cors

Enabling Cross Origin Requests for a RESTful Web Service :: Learn how to create a RESTful web service with Spring that support Cross-Origin Resource Sharing (CORS).

Home Page:https://spring.io/guides/gs/rest-service-cors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differentiate same-origin and cross-origin use cases

sdeleuze opened this issue · comments

The fact that http://localhost:8080 origin is used is confusing because there is a confusion between same-origin and cross-origin requests, with a lack of successful cross-origin request use case.