What does HRESULT 0x80072F14 (WININET_E_HTTPS_HTTP_SUBMIT_REDIR) mean?

 
Previous Next
WININET_E_NO_NEW_CONTAINERS WININET_E_SEC_CERT_ERRORS

WININET_E_HTTPS_HTTP_SUBMIT_REDIR

WININET_E_HTTPS_HTTP_SUBMIT_REDIR is a WinINet HRESULT. It means that a submitted request encountered a redirect crossing from HTTPS to HTTP and WinINet requires a security-zone decision before it can continue. Retrying without resolving the downgrade can expose submitted data.

What to check

  • Inspect the redirect chain and correct the server configuration so submissions remain on HTTPS.
  • Do not automatically resend sensitive POST data to the HTTP target.
  • Review browser or Internet-zone policy only after confirming that the destination and data flow are acceptable.

Microsoft: WinINet overview


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