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
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
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
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
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
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
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
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
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