agua/agua/master/html/plugins/view/jbrowse/sample_data/json/modencode/.htaccess - Htaccess File

agua/agua/master/html/plugins/view/jbrowse/sample_data/json/modencode/.htaccess

# This Apache .htaccess file is generated by JBrowse (GenomeDB) for
# allowing cross-origin requests as defined by the Cross-Origin
# Resource Sharing working draft from the W3C
# (http://www.w3.org/TR/cors/).  In order for Apache to pay attention
# to this, it must have mod_headers enabled, and its AllowOverride
# configuration directive must allow FileInfo overrides.
<IfModule mod_headers.c>
    Header onsuccess set Access-Control-Allow-Origin *
    Header onsuccess set Access-Control-Allow-Headers X-Requested-With
</IfModule>

On Github License

Files

Download PDF of Htaccess file
X-Requested-With

Comments

Apache