-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi Bret,
thanks for sharing this work on a TAXII 2.0 server and especially the test server.
I'm starting a TAXII 2.0 javascript client library at: https://github.com/workingDog/taxii2lib
I'm having some problems when trying to connect to your test server. I get:
Failed to load https://test.freetaxii.com:8000/taxii/: Response to preflight request
doesn't pass access control check: No 'Access-Control-Allow-Origin'
header is present on the requested resource. Origin 'http://localhost:8000'
is therefore not allowed access. The response had HTTP status code 405.
If an opaque response serves your needs, set the request's mode to 'no-cors'
to fetch the resource with CORS disabled.
I've tried many different headers and modes for my requests and also
browser (Chrome) settings on my part but to no avail. I just cannot get pass this.
Do you have any advice on how to overcome this?
Ringo