adamchainz / django-cors-headers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make access for subdomain

ScuroNeko opened this issue · comments

commented

im use Django-hosts. im want to set cors only for subdomain.
example, im want to set access on api.domain.com only from localhost:8080

Hi

I don't have time to help with configuration. For information please refer to all the docs under "About CORS" and the library documentation.

Thanks,

Adam