Hello folks,

I currently fiddle with the Trackbase API in general. I've created an account and an application (thus got the relation token and the AKK) and wanted to try it. Unfortunately, I get this error message:

Code:
Wrong server url or no access to API.
Since I'm developing a website on my local machine, this sounds like I'm unable to use the API as the request's IP address is checked against the hostname entered in the application.

Can this situation be solved somehow without needing a publicly available server and may I ask why the check for the server is necessary as I have to provide several tokens already anyway?

BTW, returning the status code "200" for an invalid request is kinda misleading