Machines ophalen van burgersequipment.nl...
Voeg dit toe aan functions.php van je WordPress thema:
functions.php
add_action('init', function() { header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: GET, OPTIONS'); header('Access-Control-Allow-Headers: Content-Type'); });
Of installeer de WordPress plugin "WP CORS" en activeer deze.