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
I think setting your header to Access-Control-Allow-Origin: * would do the trick here. Had the same issue and I resolved it like that.
Access-Control-Allow-Origin: *