I had a node app hosted as an azure web app on Linux environment. The node service handles events requests as a GET method. The application was working fine and all of a sudden since last 2 days it started throwing 431 error.
there was another similar question posted link but this is not the case here. I do not have AAD enabled have also verified below areas
- no change in the node app
- no change on the client side sending the get request
- no explicit headers are sent. this was verified by making simple postman calls as well
what could have gone wrong here? any help?