Hi
I’ve set up a mock API and embedded it into a fetch method in my React development application.
I have used other mock api sites (mockAPI and mock.io) and do not have any problems recovering remote JSON objects. But with mockaroo I’m getting a Cross-Origin Request Blocked message and no data. In the same application I have another page recovering data from mock.io which works. The code seems identical (apart from that pesky key).
Any suggestions?
Cheers
Graeme