Getting a 403 when posting a long string to an Azure API
We have an Azure API which accepts a List<string>. It works fine locally, and it works fine when called by a web page. However, when we call it on the server from Postman, it only works when the string (for…