Tagged Questions
14
votes
3answers
14k views
Examine http response headers in IE8
I'm looking for an ie8-addon that displays the http headers like firebug or httpliveheaders do. Any advice is appreciated.
edit: I may be blind but it seems as if the built-in developer tools (F12) ...
4
votes
3answers
833 views
Make IE to cache resources but always revalidate
The cache control header "no-cache, must-revalidate, private" allows browsers to cache the resource but forces a revalidate with conditional requests. This works as expected in FF, Safari, and Chrome.
...
4
votes
2answers
2k views
in IE, the “X-Requested-With” header of jquery becomes “x-requested-with” (lowercase)
Why it is converting to lowercase?
In Firefox it goes as: "X-Requested-With".
While in IE, it goes as: "x-requested-with"
3
votes
1answer
623 views
Internet Explorer Content-DIsposition filename doesn't work
right now im sending in php (later on replaced with nodejs) the headers for a file download as followed:
<?php
// example array for .exe (for IE, doesnt work)
// i also tried ...
3
votes
3answers
524 views
What HTTP headers do I need to stream an ASF file?
I have a simple PHP script that will either serve up a streaming ASF file or not, depending on whether you're logged in and have access to the file. It basically does this:
<?php
...
3
votes
3answers
2k views
Cookie not renewing/overwriting in IE
I have a weird quirk with cookies in IE. When a user logs into the site, I'm generating a new session id and hence need to overwrite the cookie. The flow is basically:
Client goes to ...
3
votes
2answers
225 views
Interpreting Accept Headers as intended in IE and Webkit
I developed a web app that responds with data in the format as specified by the client in the HTTP Accept Headers. Everything worked fine while using Firefox, but when I wanted to check my CSS / HTML ...
2
votes
2answers
24 views
Why IE tries to save the page instead of opening it?
I'm developing a website and I found that Internet Explorer tries to save the landing page instead of opening it (other browsers work fine). Here's the link:
xanderadvertising.mcas.ro
I'm trying to ...
2
votes
1answer
123 views
duplicate http_accept in IE8… is it a bug?
I've noticed that the latest version of IE 8.0.6001.18372 sends a duplicate http_accept, like this:
IE8
image/jpeg, image/pjpeg, image/gif, image/pjpeg, application/x-shockwave-flash, ...
2
votes
1answer
727 views
IE accept headers changing, why?
I am trying to debug an issue on my server side and I believe it has to do with the accept headers that are being sent from the browser. Here is my question, why would Internet Explorer change ...
2
votes
2answers
812 views
Google Chrome; refresh doesn't send If-Modified-Since header
As I am currently developing a website that simply must be able to perform more or less flawlessly under a lot of stress and switching from an automated test scenario, I would try the simple ...
2
votes
3answers
745 views
What makes IE 6 & 7 report 'Operation Aborted'?
Recently an application I wrote started not working on Internet Explorer. There has been no change to the underlying (ruby on rails) code.
In IE 6 or IE 7, I can make one request (HTTP Post) to the ...
2
votes
6answers
2k views
Blank page in IE6
A site I am working on that is built using PHP is sometimes showing a completely blank page.
There are no error messages on the client or on the server.
The same page may display sometimes but not ...
1
vote
1answer
29 views
Clear IE cache when using AJAX without a cache busting querystring, but using http response header
I'm having the classic IE-caches-everything-in-Ajax issue. I have a bit of data that refreshes every minute.
Having researched the forums the solutions boil down to these options ...
1
vote
3answers
84 views
Use 'Edge' or 'IE9' for X-UA-Compatible header?
In my .htaccess file I have this header:
Header set X-UA-Compatible "IE=Edge,chrome=1"
I optimise my sites for IE7-9 (and other browsers), but now that IE10 is coming up, should I still be using ...
1
vote
2answers
50 views
If my url link contain Unicode characters then it is not redirecting to right destination in internet explorer 9
If my url contain unicode characters , then the internet explorer render it to some different charactere and finally does not able to redirect it to correct destination.
I am giving you an example.
...
1
vote
1answer
453 views
IE not redirecting Location header correctly with Unicode characters
On my site I'm sending a Location header with UTF-8 encoded Unicode data like this:
<?php
header("Location: http://sr.wikipedia.org/sr/Србија");
exit;
?>
In Internet Explorer it sends ...
1
vote
1answer
2k views
how to set Http header X-XSS-Protection
I have tried to put this:
<meta http-equiv="X-XSS-Protection" content="0">
in the <head> tag but have had no luck. I am trying to get rid of pesky IE preventing cross-site scirpting
1
vote
2answers
184 views
IE Sending OPTIONS Request for File Downloads
On my site I have a very basic setup: an 'a href' tag that just points to a file. Nothing fancy:
<a href="/path/to/my/file.doc">File</a>
No fancy javascript, nothing. Some users who are ...
1
vote
2answers
1k views
customizing default values for HTTP request headers in Internet Explorer
In Firefox, we can customize the default values for HTTP headers, let's say for changing the "Accept-Encoding" header in an HTTP request (type "about:config" in browser and serach for preference ...
1
vote
4answers
2k views
Why is the Internet Explorer Autocomplete feature disabled for all html forms on my website?
When Internet Explorers AutoComplete is turned on for Forms the entries for each field in the HTML form should be cached and displayed as a prompt when the user starts entering content into the form ...
0
votes
1answer
45 views
Internet Explorer 9 does not use file name for inline attachments
I use this code in a Servlet which sets the file name of the inlined PDF document:
response.setContentType("application/pdf");
response.setContentLength((int) file.length());
...
0
votes
2answers
105 views
JQuery $.ajax request not working in IE
I'm using a jquery to make an $.ajax request. It works fine in chrome/firefox and other browsers as far as I know however in IE it works first time then when a second request is made in IE the ajax ...
0
votes
0answers
28 views
Forcing a page to render in standards mode using a BHO
I am creating a BHO which injects some code into certain web pages. I created it to support IE8 and up, however, some of the pages that I need to inject code into don't have a DOCTYPE tag and thus the ...
0
votes
2answers
90 views
Mobile Check Method doesn't work on some browsers
I am using the method below to check if mobile version but it doesn't always work on all desktop browsers and its not a matter of IE versions, coz some machines has IE9 and it stayed on my desktop ...
0
votes
0answers
12 views
Is there a way to force additional headers to be included in Internet Explorer?
I am looking for a plugin / add-on or whatever it's called in Microsoft lingo to add additional request headers to every request made by the browser. I have seen quite a couple of references to people ...
0
votes
2answers
366 views
IE doesn't follow redirect, gives “Internet Explorer cannot display the webpage”
I have a form with a few fields. When you submit the form, the server responds with a redirect (HTTP 302).
When the form is submitted, if there is an <input type=file> field, IE doesn't follow ...
0
votes
1answer
141 views
Streaming MP3 (using SWF) over SSL works in Firefox and Chrome but not in IE 7 or 8
I'm using WP Audio player to steam mp3 files.
This is how I embed the player:
AudioPlayer.embed("player_new_7b4c6a94c8f3cc3f79ce7b8cc4946103", {
soundFile: ...
0
votes
0answers
184 views
Dynamic PHP download script tries to download PHP file on first attempt (Using S3)
Ok, so this applies only to Internet Explorer (Chrome/FF works fine). When attempting to download file (exmaple: http://domain.com/download.php?f=filename.ext) IE want's to try and download the ...
0
votes
0answers
85 views
IE does not account Content-dispostion filename for images
I want to show image for user and provide the file name if he decided to save image.
I have the page with the following php code:
<?php
// $mimeType is 'image/jpeg'
header("Content-type: ...
0
votes
1answer
58 views
What's the right way to control cache with Apache?
So I've got a small site here where my users come to and use it daily, and once in a while they just want me to make some small changes to a file that will only be about (at most) 512bytes of text.
...
0
votes
1answer
61 views
What is the most reliable part of the user-agent string to detect Internet Explorer?
For example, does the version token always start with MSIE using Internet Explorer?
Can MSIE show up as the token of another browser?
Thank You.
...
0
votes
2answers
345 views
Strange HTTP response headers being sent to Internet Explorer 8 only
So here's something I find puzzling.
I'm working on a Javascript that needs to parse XML data and I'm using jQuery's $.ajax to fetch and parse the data. It's working great everywhere except when I ...
0
votes
2answers
257 views
problem with internet explorer in php login page
I have a webpage that logs a user in by checking his username and password and then redirecting him to an admin page.
but it does not redirect to admin page in internet explorer .i am using header ...
0
votes
1answer
282 views
how to set httpheaders in asp.net mvc
I need to set http header for disabling ie (7-8) caching (it disturbs my ajax functionallity).
I've tried inserting this code to the head of my site.master with no result -
<META ...
0
votes
1answer
1k views
modify request headers in Internet Explorer
Is it possible to modify request headers sent by Internet Explorer. There are addins to do this for Mozilla Firefox. Is there a similar thing for IE.
Thanks in advance!!
0
votes
3answers
978 views
Internet Explorer blocked file download; file of “Unknown File Type”
I'm developing a front-end to a Rails application. In cross-browser testing, I immediately discovered that Internet Explorer (apparently all modern versions, but at least IE 7 and IE 8) is not ...
0
votes
0answers
63 views
IE behaving weirdly
We are setting Window.Location through JavaScript depending on the value selected by the user in a dropdown. The url we are setting the location to does not have HTTP Caching set up explicitly.
...
0
votes
1answer
603 views
how to set custom http header
I want to set the emulateIE7 tag on per site basis. For that i'l need to set the same tag in http header. I am using jboss. So can anyone please tell me how to add custom http header in jboss..
0
votes
3answers
2k views
How can I clear HTTP headers for AJAX GET calls?
I have developed a solution that relies on an AJAX call to retrieve information and update the client page every 10 seconds. This is working fine, but I am concerned at the scalability of the code, ...
0
votes
2answers
731 views
How can I keep an IE page request alive more than 1 minute?
If you are connected to the Internet directly (and not through a proxy) and requests for a page (get/post) in Internet Explorer 7, the default time-out is 1 minute. If the response from the web server ...
0
votes
4answers
1k views
File name corruption on file download (IE)
I have implemented a simple file upload-download mechanism. When a user clicks a file name, the file is downloaded with these HTTP headers:
HTTP/1.1 200 OK
Date: Tue, 30 Sep 2008 14:00:39 GMT
Server: ...