I am using Umbraco 7.4.0 (Assembly: 1.0.5885.31226) and have encountered a strange issue that started occurring without any recent changes to my setup.
Issue Description:
I am making a GET request to a specific resource, and the behavior follows a repeating pattern:
- First request:
Success - Second request:
Success - Third request:
Fails with an error (500 Internal Server Error) - Fourth request:
Success - Fifth request:
Success - Sixth request:
Fails again
… and the cycle continues.