You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Mr. Cameron,
I recently found your Abacus API and it is exactly what i need for my small web-game project.
The project is in Javascript/HTML and it tries to call the
/update/:namespace/*key?value=:amount
endpoint in the backround to keep track of some scores.
Unfortunately every time i try to programmatically call this endpoint, i get an error in the web-console, saying that the CORS header did not include a header allowing the Authorization header in my request.
I dug deeper and i could not find any fixes on my end but to disable my browser security, but that is not a persisting fix.
I found that the server has to return the following header to allow the request:
Access-Control-Allow-Headers: Authorization
I would really appreciate if you could take a look at this and i am happy to provide more info if needed.
Sincerely,
S.Z.
The text was updated successfully, but these errors were encountered:
Dear Mr. Cameron,
I recently found your Abacus API and it is exactly what i need for my small web-game project.
The project is in Javascript/HTML and it tries to call the
endpoint in the backround to keep track of some scores.
Unfortunately every time i try to programmatically call this endpoint, i get an error in the web-console, saying that the CORS header did not include a header allowing the Authorization header in my request.
I dug deeper and i could not find any fixes on my end but to disable my browser security, but that is not a persisting fix.
I found that the server has to return the following header to allow the request:
I would really appreciate if you could take a look at this and i am happy to provide more info if needed.
Sincerely,
S.Z.
The text was updated successfully, but these errors were encountered: