Closed Ricrdsson1 closed 9 months ago
Please try some code like this:
fetch('https://api.trakt.tv/oauth/device/code', {
'headers': { 'content-type': 'application/json' },
'referrer': 'https://yourdomain.com',
'body': '{"client_id":"X"}',
'method': 'POST'
});
Hello, I have a problem with CORS verification when using your API on my Web site. I added my WEB in your interface to enable CORS but it probably doesn't work.