Top "Header" questions

This tag is deprecated because it lacks discriminating power.

PHP xlsx header

so this works: myphpfile.php: <?php header('Content-disposition: attachment; filename=myfile.pdf'); header('Content-type: application/pdf'); readfile('myfile.pdf'); ?&…

php header xlsx
Default value for Access-Control-Allow-Methods

I just learned about the Access-Control-Allow-Methods header, e.g. Access-Control-Allow-Methods: OPTIONS, HEAD, GET I have never used this header (just …

http header cross-domain cors
cmath vs math.h (And similar c-prefixed vs .h extension headers)

I've seen some information about differences between things like iostream vs iostream.h. From what I gathered from those the …

c++ header include
Import a C++ .lib and .h file into a C# project?

I have just started a C# project and want to import a C++ .lib and it's corresponding header (.h) file. …

c# c++ import header .lib
IIS and Static content?

According to Ultra-Fast ASP.NET: Chapter 3 - Caching: Files that the browser retrieves from the server should be stored in …

asp.net http caching iis-7 header
Symfony redirect to external URL

How can I redirect to an external URL within a symfony action? I tried this options : 1- return $this->…

symfony redirect header response
Authorization header missing in PHP POST request

I'm currently trying to read the authorization header in a PHP script that I'm calling with a POST request. The …

php apache http header authorization
Python urllib2 Response header

I'm trying to extract the response header of a URL request. When I use firebug to analyze the response output …

python url header response
How do I add a header to urllib2 opener?

cj = cookielib.CookieJar() opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj)) opener.open('http://abc.com') opener.open('http://google.com') …

python http header urllib2
Firefox plugin or way to monitor ALL request data, including headers and content downloaded to browser

I am having problems getting ALL of the information that is downloaded to a browser. For example, I want a …

http firefox firebug header