0
votes
0answers
18 views

how to force page not to load from cache if there are changes in page

I have a site with advertisements and so the user is able to change his advertisement. But if the user goes to his own advertisement the page is the same, because the page loads from the browser ...
-2
votes
0answers
25 views

How does browser works with http-headers? [closed]

Let's say I want to have http://content-security-policy.com/ on my page. I am adding it to my responses and it doesn't work. I tried googling a lot, trying to understand how browser works with header ...
0
votes
0answers
18 views

force page to not retrieve from cache with if-modified-since

I have an advertisement site and users can place advertisements on it. On the overfiew page the last placed advertisements are seen. In the ideal situation the page is retrieved from the browser cache ...
0
votes
0answers
15 views

Feature Detect proper handling of Content-Disposition: attachment?

There is a known issue where ios Safari will ignore Content-Disposition: attachment headers. This is a fairly bit problem when trying to trigger downloads from a single page application (using the ...
-4
votes
0answers
37 views

PHP Change Content before sending [closed]

I don't know if this is possible and i have been looking into it for a while but couldn't find it. Okay so here is the main concept and php file is read and parse and it outputs html and starts to ...
0
votes
0answers
13 views

Applet modified header can not be accessed at server

I have my applet code which takes parameter values from html and generates the headers to access at server side. the code is working on other systems and I am able to see the Param values in http ...
1
vote
0answers
73 views

Embed PDF file into webpage from online source, which requires download of the file with “Content-Disposition:” tag in HTTP-headers

I need to display the PDF files from a third party on a webpage. I have links to the documents as they appear on the source pages. Unfortunately, none of the links are actual links to the documents, ...
0
votes
1answer
57 views

Empty request detection PHP

I have an issue where the web host company is sending header only requests to the server which is then trying to be 'kind' and action them... request data; 10.252.237.56 - - [29/Mar/2013:15:25:48 ...
0
votes
1answer
97 views

Include Additional HTTPS Request Header Information in Form

Is there a way to include additional request headers in form data, other than action and method? I am hoping to send some authentication credentials cross domain without making the user re-enter ...
0
votes
0answers
80 views

Use a base64 encoded 1X1 pixel to eliminate redirect/prevent caching

I am involved in using cookies to sync user ID's between servers. Currently the user goes to a website which executes a pixel that queries a server on our end for information. Generally this is done ...
0
votes
2answers
488 views

Where to set the X-UA-Compatible: IE=Edge?

I want to set X-UA-Compatible: IE=Edge for my webpage hosted in IIS. Where can i set this? I know that it can be set using two ways Using IIS http header setting X-UA-Compatible in html meta tag. ...
1
vote
2answers
155 views

jQuery AJAX POST request OK in Chrome, fails with 415 in Firefox

I am building an interface for a remote XML service. Here is my $.ajax function: this.sendInput = function () { jQ.ajax({'url': URL, 'type': 'POST', 'data': ...
0
votes
2answers
189 views

Specifying Etag or Expiry date in HTML

I have a pure HTML website, and does not have access to the IIS server, its a basic site, now whenever i check the site Performance in the performance testing tools like (Pingdom Tools, GTMetrix, ...
0
votes
2answers
117 views

Send Mail on successful registration

I'm trying to code a script in order to mail the user upon his/her successful registration using PHP. The user gets registered successful in the database, though the email is not being sent. Here is ...
0
votes
2answers
155 views

IE=edge and IE=EmulateIE8

see my post here In that context What is the meaning of value="IE=edge"? What is the meaning of value="IE=EmulateIE8" ?
0
votes
1answer
88 views

Obtaining MD5 hash value from online image / movie using Python

I'm currently looking to put together a quick script using Python 2.x to try and obtain the MD5 hash value of a number of images and movies on specific websites. I have noted on the w3.org website ...
0
votes
1answer
52 views

Cache-Control through Front-End?

I'm having performance issues, and I noticed that my application is sending cache-control:no-cache in the HTTP headers. I've been researching methods on how to fix this, and ran across a few that ...
-1
votes
5answers
99 views

how to order string from HTTP_ACCEPT_LANGUAGE [duplicate]

Possible Duplicate: HTTP_ACCEPT_LANGUAGE i try to code a language option tool. therefor i use $default_language = (strtolower($_SERVER["HTTP_ACCEPT_LANGUAGE"])); if (eregi('af', ...
0
votes
2answers
112 views

add favicon with htaccess to a subdomain

Without explicitly declaring <link rel="shortcut icon" href="favicon.ico"> in the head of my document, can I add a favicon to every page within a particular subdirectory? I thought I read once ...
2
votes
1answer
79 views

Caching if visit same page twice: back button only shows data from second viewing

I am creating a webpage and am having some issues with how the back button works on the page. I am guessing that I need to set some headers, but don't know which ones or how. This is what I'm seeing: ...
0
votes
2answers
2k views

CSS Stylesheet not working in Chrome/Safari but can work in Internet Explorer

TL;DR I've read through many questions on SO on this issue and I've tried to follow the given advice. Still, my CSS stylesheet will not work in Chrome/Safari but it can work in Internet Explorer. ...
0
votes
0answers
71 views

I want to design a html form in python [closed]

when user will enter details in the text box on the html from <h1>Please enter new password</h1> <form method="POST" enctype="application/json action="uid"> ...
2
votes
2answers
182 views

Security Concerns with window.location.href

After reading a Wikipedia article about URL redirection I'm wondering if window.location.href="page.php" is the best option for a web page redirect. The wikipedia article suggests that However, ...
3
votes
0answers
345 views

Android Ignores Content-Disposition: Attachment Inside Iframe

I have a link to a download handler inside an iframe. This download handler has "Content-Disposition: Attachment" in the headers to force the user to download the file. This works in every browser ...
1
vote
2answers
140 views

Getting request headers of an ajax request

I wish to get full request headers that were used in an ajax call I make (jQuery). Is there any way to do this?
4
votes
2answers
76 views

Is it possible to detect if an image has been loaded via img src=“… vs address bar / ”as the document"?

Is it possible to detect if an image has been loaded via: <img src="image.jpg"/> Versus in the address bar or linked to directly via: <a href="image.jpg">Image</a> Thanks.
1
vote
0answers
27 views

header warning for SVG as CSS background [duplicate]

Possible Duplicate: Chrome gives a warning when loading an SVG in an <img> I have a weird problem. the live demo of this problem is located at beta.netbarg.com The problem is that, I ...
0
votes
2answers
115 views

Why does the page take so much time to Load ? Its in waiting status?

I have this website which I designed , It takes a lot of time to load the Page. The Chrome Console shows its in Waiting state , What is that and how can I fix it ? Picture Attached .
0
votes
1answer
183 views

Clickjacking protection using 'X-Frame-Options'?

I want to add clickjacking protection to my web site using X-Frame-Options. Several pages in my web site are shown in a frame so I want to protect them but at the same time present them properly. From ...
0
votes
1answer
305 views

Content-disposition or others in http-equiv?

Are the list of headers supported by the http-equiv meta tags a limited subset, or does it accept literally anything that you could have as an http header? Specifically, could I use ...
2
votes
3answers
752 views

file_get_contents() give me 403 Forbidden

I have a partner that has created some content for me to scrape. I can access the page with my browser, but when trying to user file_get_contents, I get a 403 forbidden. I've tried using ...
4
votes
2answers
1k views

Adding favicon through a http header

Let's assume that I want to add a favicon on a dynamically generated page (specifically an ADF Faces page, but this is irrelevant). I can't modify a tag of my resulted html. So I try to add a ...
-1
votes
4answers
108 views

Cannot modify header information using a header.php file [duplicate]

I have a header.php file, which is included on every page of a site and it contains things like the information and the opening tag. Now whenever I try to send header information from another page ...
0
votes
2answers
123 views

If you don't declare a MIME type for css file, does the server attempt to determine it?

I was observing my HTTP headers for css files and noticed both stylesheets <link type="text/css" rel="stylesheet" href="css/stuff1.css"> <link rel="stylesheet" href="css/stuff2.css"> ...
1
vote
2answers
333 views

End of line character for PHP-generated ASCII txt download

I want to do an ASCII text download of user-selected SQL data, that can be opened immediately in notepad. DB connection works fine, as do "header" commands to initiate download, but I'll be damned if ...
5
votes
1answer
172 views

Make the browser pool for an image until available

I have a small http server which generates some images on-the-fly, and the generation process may take some time. After generation, the image is cached indefinetly. Currently, if a user requests an ...
0
votes
2answers
330 views

How to set http headers with different content type

I have a webpage dynamically created via Python. Its purpose is to provide images, so the first line sets the content type: Content-Type: image/png I would like to set http headers, specifically ...
2
votes
1answer
96 views

HTTP_REFERER from link in FRAMESET sends different values on different computers?

I have a <frameset> which contains two <frame> tags: a navigation frame (A) and a content frame (B) ------------------------- | | | | | | | | ...
0
votes
0answers
80 views

Problems, rel links wont load, Resource interpreted as Stylesheet but transferred with MIME type application/x-httpd-php

I asked this recently and never got any answers, I am hoping to have better luck in the second round as I am having even more issues with this, mysql is working in this subdirectory, javascript isn't ...
1
vote
4answers
3k views

Using php to force download a pdf

Im trying to get a website to have a button that forces a download of a pdf. Heres the html of the button: <a href=scripts/download.php> <input type="image" ...
1
vote
1answer
476 views

css will not load, Resource interpreted as Stylesheet but transferred with MIME type application/x-httpd-php

I have tried everything and cannot figure this out, I am not terribly knowledgable about servers and setting them up, the company that this site is on decided to run their website off of GoDaddy ...
1
vote
1answer
84 views

Which MIME types are used for HTML/web pages

Which MIME types are used for web pages (no matter if HTML/XHTML/HTML5, etc.)? I just need a list of MIME types, which are used for serving browsers with web pages and not files (PDF, Word, images, ...
0
votes
1answer
110 views

Should X-UA-Compatible be used to reduce the time to parse/render a HTML page?

In Internet Explorer (8, 9, or 10) is it faster for the browser to parse/render a HTML page if I specify the "X-UA-Compatible" response header with the value, "IE=edge,chrome=1" vs. not including any ...
3
votes
3answers
665 views

force download of msi file

I must be having a dense day. I can't seem to figure this out. I have a page on my website which should force the download of the msi file, but I want to leave the page's html shown with download ...
6
votes
3answers
713 views

Detecting browser cache by jQuery

Is there a jQuery approach to detect whether a page is loaded from the browser cache OR it has been received from the server by HTTP request?
5
votes
3answers
116 views

Should the website main page be cached?

To my knwoledge, caching should be ONLY enabled for static contents of website, and we use no-cache for dynamic pages. The website main page is the most dynamic page as contents are regularly updated. ...
4
votes
3answers
266 views

Sending document information by PHP header OR HTML meta http-equiv?

For sending HTML document information such as content-encoding, charset, date, last-modified, etc we can equally use PHP header header() OR HTML meta http-equiv <meta http-equiv=... />. Which is ...
0
votes
2answers
101 views

reducing response size

I am working on a web application and I am using polling approach to check if there is any update needed. These polling requests occur in every 1 or 2 seconds. The size of the response is 240 bytes if ...
1
vote
2answers
149 views

Reduce HTTP requests - HTML cache

I'm trying to reduce the HTTP requests. I have a web page with a lot of unique visitors each day, and every visitor enters the page 35 times a day. This page is only a script in JS that once in 24 ...
1
vote
2answers
413 views

response header VS meta tag

I can declear some info, like encoding and language, in meta-tag or in response-header. My question: what the best way (maybe them both), for SEO and old-browsers ? meta-tag example: <meta ...

1 2 3