Closed davidwesst closed 2 years ago
Send HTTPS request to /api/articles with HTTP header Content-Type: application/json. Reponse will be a 406, which is expected behaviour when the function cannot determine the format to return data in.
/api/articles
Content-Type: application/json
Will not fix because we removed the API from the architecture.
Steps
Send HTTPS request to
/api/articles
with HTTP headerContent-Type: application/json
. Reponse will be a 406, which is expected behaviour when the function cannot determine the format to return data in.