Open jonhadfield opened 3 years ago
When making an API call that results in an HTTP 403 response, HTML is returned:
<html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body> </html>
Shouldn't this be JSON?
This is sporadically triggered against: https://sync.standardnotes.org (unknown reason) so may be AWS infrastructure returning, rather than server code.
Hi @johnny243, thanks for bringing this to our attention; I've passed this along to the dev team for further review. 🙂
I often get emails with "Hi John," but this is my first one on GitHub 🙂
When making an API call that results in an HTTP 403 response, HTML is returned:
Shouldn't this be JSON?
This is sporadically triggered against: https://sync.standardnotes.org (unknown reason) so may be AWS infrastructure returning, rather than server code.