Details
-
Type:
Bug
-
Status: Done
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: Configuration
-
Labels:None
-
Story Points:3
-
Rank (Obsolete):9223372036854775807
Description
When I'm trying to send a json object to spring-xd I get the following error even though I opened up requests to allow all.
XMLHttpRequest cannot load http://localhost:9000/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.
Config:
spring:
profiles: singlenode
xd:
transport: local
ui:
allow_origin: "*"
Attachments
Issue Links
- is related to
-
XD-3503 Document the setting of the CORS allow_origin property
-
- Done
-