davidwesst / website

My personal website, currently on it's nth incarnation.
https://www.davidwesst.com
MIT License
0 stars 1 forks source link

Article API function in Azure (not locally) does not read Content-Type header #122

Closed davidwesst closed 2 years ago

davidwesst commented 2 years ago

Steps

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.

davidwesst commented 2 years ago

Will not fix because we removed the API from the architecture.