Is there any way to increase the request timeout for azure web apps?
If I delay the request by anything over 2 minutes or so the request fails with no error (blank p
You can use my trick code here to by-pass 230s limit. In summary, we just keep writing empty html value "\r\n" to response to let ALB know that we are returning data, but actually we are processing the request.
Sample code