I\'m writing a simple site that takes as input an idiom, and return its meaning(s) and example(s) from Oxford Dictionary. Here\'s my idea:
I send a request to the fol
Add the below code to your .htaccess
Header set Access-Control-Allow-Origin *
It works for me.
Thanks