| Previous | Next |
| WININET_E_TCPIP_NOT_INSTALLED | WININET_E_COOKIE_NEEDS_CONFIRMATION |
WININET_E_NOT_REDIRECTED
WININET_E_NOT_REDIRECTED is a WinINet HRESULT. It means that an operation expected an HTTP redirection but the response did not contain a usable redirect. It can be a normal result when the server returned a final response rather than a 3xx status, or when the request was configured with an incorrect expectation.
What to check
- Inspect the HTTP status code and
Locationheader returned by the server. - Do not treat a successful final response as a transport failure solely because no redirect occurred.
- Verify redirect-handling flags and server routing rules when a redirect is required by the workflow.
Looking for a different code? Search another status or error code.
