You can't use a 102 http status code in Azure
Chris Child | 2019-06-21 | 1 min read| CommentsYou can't use a 102 status code because Azure will always wait for a follow up code. In my code I changed it to a 202 Accepted instead. If you try and use a 102 in Azure, you will eventually get a [5...