|
|
|
|
|
by locknitpicker
166 days ago
|
|
> That IP will respond with a 403 error if they try to connect to it. So Azure is indirectly training people that 403 potentially IS a "network issue"... You are not describing a network issue. You're sending requests that by design the origin servers refuse to authorize. This is basic HTTP. https://datatracker.ietf.org/doc/html/rfc7231#page-59 The origin servers could also return 404 in this usecase, but 403 is more informative and easier to troubleshoot, because it means "yeah your request to this resource could be good but it's failing some precondition". |
|