Over the past weekend without making any change on our end, all of our APIs are showing 404 failures every 5 minutes. We believe this is due to the Always On feature hitting the root of our API which is not a valid endpoint. This makes sense, but what does not make sense is we have had these APIs running for months without these 404 errors showing in the failure logs, so I'm a little hesitant to rush to a solution.
I did find an article talking about a possible solution here:
But again I'd like to understand why this is occurring before attempting to fix it. I'm also not sure if a URL rewrite is still the best way to go about this or if we should do something else like adding an endpoint to the root.
Any help is appreciated.