-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7dbf43
commit 3eae993
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: 'Isssue: CORS not working' | ||
about: CORS requests are blocked, follow these steeps | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Before you start** | ||
|
||
[ ] Update to the latest version by running `composer update agungsugiarto/codeigniter4-cors` | ||
[ ] Make sure that Apache/nginx/etc are NOT also adding CORS headers | ||
|
||
**Check your config** | ||
|
||
[ ] Double-check your config file with the version from the repo. | ||
[ ] Make sure the filter is added to your config filter. | ||
|
||
**Make the request** | ||
|
||
Open Chrome Devtools to see which requests are actually happening. Make sure you see the actual OPTIONS requests for POST/PUT/DELETE (see https://stackoverflow.com/questions/57410051/chrome-not-showing-options-requests-in-network-tab) | ||
|
||
Please show the actual request + response headers as sent by the OPTIONS request and the POST request (when available) |