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

support Access-Control-Allow-Headers in GET/simple CORS requests

srcreigh opened this issue · comments

Description

Hello, in my situation there's a GET request which needs allowed headers. However documentation states the Access-Control-Allow-Headers is sent only for preflight requests

Never mind, this does not make sense. The cause of my issue was unrelated. My apologies.