I am creating a universal bot for eventor and was playing around with a key I have been given,
simple node code
host: 'eventor.orientering.se',
port: 443,
path: path,
method: 'GET',
headers: {
'User-Agent': 'eventor-bot',
'ApiKey':<DELETED>
<h2>403 - Forbidden: Access is denied.</h2>
<h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
Does this simply mean my key is wrong or hs no rights?