Windows error 0x800C0007, -2146697209

Detailed Error Information

INET_E_DATA_NOT_AVAILABLE[1]

MessageNo data is available for the requested resource.
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 Code7 (0x0007)

Questions

6votes
0answers

Getting "No data is available for the requested resource" on IE but no requests seem to fail

I have an app that is failing to load in IE. When I look in the console I see... SCRIPT7002: XMLHttpRequest: Network Error 0x800c0007, No data is available for the requested resource. So it seems like there may be a problem with the charset or some other issue. I would [...] read more
internet-explorer-11
4votes
1answer

XMLHttpRequest: Network Error 0x800c0007, No data is available for the requested resource

I have an app that is failing to load in IE. When I look in the console I see The same code works in IE11 but the code not woking in RDP IE11 couldnot find out exact cause for the issue. During save it says couldn't download zip document > [...] read more
xmlhttprequest
rdp
jszip
filesaver.js
2votes
2answers

Ajax GET results by an "ERR_INCOMPLETE_CHUNKED_ENCODING" and "XMLHttpRequest: Network Error 0x800c0007" suddenly

My client has the following topology: User <--> Apache <--> TomCat <--> JBossAS7 <--> Mule The Mule needs to communicate with another server, on another domain, to retrieve information ask by the user. This communication uses HTTPS, and the certificate is in the trustore of the Mule. Therefore, the Mule [...] read more
jquery
google-chrome
spring-mvc
mule
microsoft-edge
2votes
1answer

Why can't I remove the transfer-encoding header in a node proxy?

I have a Node http-proxy server doing some response body rewriting that basically does this: 1. Client GET localhost:8000/api/items 2. Node Proxy send localhost:8000 -> to example.com/api 3. Server responds with json [{ id: 1234, url: http://example.com/api/items/1234 }] 4. Node proxy rewrites json to [{ id: 1234, url: http://localhost:8000/api/items/1234 }] [...] read more
node.js
middleware
http-proxy
1vote
1answer

Network Error on Internet Explorer 11 when POSTing XML with CORS

I'm trying to send a POST request to an API which requires XML in the request body and responses with XML data. The API is on another domain, so CORS has to be used. IE11 sends a successful CORS preflight. Here is a simplified test case which fails with the [...] read more
ajax
xml
internet-explorer
cors
tyk
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
1vote
0answers

Downloading an Excel file from Glassfish using IE8 over SSL results in an error

I have a Java EE application that generates an Excel file and sends it to the browser (Internet Explorer 8) over HTTPS. The user is presented with the usual IE "Open/Save/Close" dialog. If he clicks on the Open/Save within several seconds, everything works fine. However, if he waits longer (usually [...] read more
internet-explorer
ssl
jakarta-ee
glassfish
download
0votes
0answers

Ajax data response by POST

Well, I send POST request to server-side to get data (xls). I use fiddler and see binary in response, but Chrome tells me there is a Network Error 0x800c0007. Server side based on WCF. Here I take HttpResponse, copy Stream from Excel to response.OutputStream, and say response.flush(). It goes without [...] read more
javascript
ajax
wcf
0votes
0answers

IE11 Ajax Request will fail intermittently

I am having weird issue in IE 11 (Version: 11.285.17134.0). After I logged in to my site I have been redirected to a landing page where the user performs a search which makes a $.ajax POST request to fill data in a grid. However for every first request on that [...] read more
jquery
ajax
internet-explorer-11

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