Windows error 0x800C000E, -2146697202

Detailed Error Information

INET_E_SECURITY_PROBLEM[1]

MessageA security problem occurred.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode12 (0x00c)
NameFACILITY_INTERNET[2][1]
DescriptionThe source of the error code is Wininet related.[2][1]
Error Code14 (0x000e)

Questions

4votes
1answer

WebView Source - automatic authentication

I am looking for a way to automatically authenticate for a web site. I've got a WebView in my c# Windows Store App and I want to access a site that is password protected. WebView.Source= new URI("http://UserId:Password@foo.com/"); This is not working as I get a Security exception: A security problem [...] read more
c#
windows-runtime
windows-store-apps
winrt-xaml
1vote
1answer

flash cant shown in webBrowser

I add MIME filter to my WebBrowser Control by IInternetSession.RegisterMimeFilter。 The MIME type is "text/html"。 The filter have a bug that the flash cant shown in some site such as "http://cn.yahoo.com/". I tryed add "" before the tag,noneffective。 I return data directly but falsh still invisible。 I set the IE [...] read more
winforms
internet-explorer-8
c#-2.0
0votes
0answers

How to control Login Popup using C# and Selenium?

I'm trying to make an automatic web program using C#, Selenium, Internet Explorer 11, Visual studio 2019 and Window 10. But I encounter the following problem. 1. When I try to access a web page and automatic login (It worked well when I use Python but C#) _driver.Navigate().GoToUrl("https://" + ID [...] read more
c#
selenium
authentication
internet-explorer
visual-studio-2019
0votes
2answers

Security error occured with http request and Universal Apps

I want to create my own remote app for a domotic project which uses Domoticz, with Universal Apps (Win 10) in C#. I use Basic-Auth and it works perfectly with WinForm or WPF project, I can connect and get (in this case) or set values in the server : private [...] read more
c#
http-headers
httprequest
win-universal-app

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0