Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.
This repository was archived by the owner on May 20, 2021. It is now read-only.

HTML response for forbidden API call #191

@jonhadfield

Description

@jonhadfield

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.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions