15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +1
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.49K
Re: Your response headers are correct. Look for the extra space that you have added. header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow- Methods: POST, GET, PUT, DELETE, OPTIONS'); (You have a space -> Access-Control-Allow-**(here)**Methods) header('Access-Control-Allow-Headers: X-Requested-With, content-type, X-Token, x-token'); I was looking for these exact thing and it worked perfectly for me(after removing the space). … |