Hi,
I am attempting to access the public
usegalaxy.org server using the REST API from web browsers.
The question: I am not seeing Access-Control-Allow-* headers in REST API responses. Are browser REST CORS requests supported by the Galaxy servers?
More details:
The request headers:
Accept:
*/*
Accept-Encoding:
gzip, deflate, sdch
Accept-Language:
en-US,en;q=0.8,es;q=0.6
Access-Control-Request-Headers:
accept, content-type, gs-toolname
Access-Control-Request-Method:
GET
Connection:
keep-alive
Host:
Origin:
Referer:
User-Agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
The response headers from Galaxy:
Connection:
keep-alive
Content-Encoding:
gzip
Content-Type:
text/html
Date:
Tue, 13 Oct 2015 22:14:31 GMT
Server:
nginx/1.4.7
Transfer-Encoding:
chunked
Vary:
Accept-Encoding
Thanks
Marco