Feature #5219
CORS support
| Status: | Closed | Start date: | 13/01/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | - | Spent time: | - | |
| Target version: | Features 1.3 |
Description
Analyses headers for HTTP_ORIGIN
History
#1 Updated by over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Done it
if 'HTTP_ORIGIN' in request.META
response with:
response['Access-Control-Allow-Origin'] = '*'
#2 Updated by over 2 years ago
more advanced support in all the REST API