Posts
 
Reputation
Joined
Last Seen
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
1 Commented Post
0 Endorsements
Ranked #107.41K
~10.9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Sammy_1

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). …

Member Avatar for Rupsena
0
11K