Site icon EfmSoft

What does HRESULT 0x80072EF4 (WININET_E_NOT_PROXY_REQUEST) mean?

 
Previous Next
WININET_E_INCORRECT_HANDLE_STATE WININET_E_REGISTRY_VALUE_NOT_FOUND

WININET_E_NOT_PROXY_REQUEST

WININET_E_NOT_PROXY_REQUEST is a WinINet HRESULT. It means that a request or configuration operation requiring a direct WinINet session was attempted through a session configured for proxy access.

What to check for WININET_E_NOT_PROXY_REQUEST

Microsoft: WinINet overview

Diagnostic interpretation of WININET_E_NOT_PROXY_REQUEST

WININET_E_NOT_PROXY_REQUEST has the HRESULT value 0x80072EF4. AllStat records the condition as “The request cannot be made on a Proxy session”. For WININET_E_NOT_PROXY_REQUEST, in practice, interpret that wording at the boundary owned by the Windows component or COM interface that returned the HRESULT, rather than treating the value as a generic Windows message.

Evidence to capture for WININET_E_NOT_PROXY_REQUEST

Retry and recovery for WININET_E_NOT_PROXY_REQUEST

Retry WININET_E_NOT_PROXY_REQUEST only when the owning API documents a transient state or after the condition described as “The request cannot be made on a Proxy session” has changed. For WININET_E_NOT_PROXY_REQUEST, configuration, policy, format, and authorization failures normally require correction first; an immediate loop can hide the original call site and add secondary errors.


Looking for a different code? Search another status or error code.

Exit mobile version