About Anaconda Help Download Anaconda

conda-forge / packages / django-cors-headers 4.6.0

Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)

copied from cf-staging / django-cors-headers

Installers

Info: This package contains files in non-standard labels.
  • noarch v4.6.0

conda install

To install this package run one of the following:
conda install conda-forge::django-cors-headers
conda install conda-forge/label/cf201901::django-cors-headers
conda install conda-forge/label/cf202003::django-cors-headers

Description

A Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses.

Although JSON-P is useful, it is strictly limited to GET requests. CORS builds on top of XmlHttpRequest to allow developers to make cross-domain requests, similar to same-domain requests. Read more about it here http://www.html5rocks.com/en/tutorials/cors/.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy