Top "Http-headers" questions

In the Hypertext Transfer Protocol (HTTP), HTTP header fields contain the operating parameters of an HTTP request or response.

Getting the HTTP Referrer in ASP.NET

I'm looking for a quick, easy and reliable way of getting the browser's HTTP Referrer in ASP.Net (C#). I …

c# asp.net http http-headers http-referer
PHP file_get_contents() and setting request headers

With PHP, is it possible to send HTTP headers with file_get_contents() ? I know you can send the user …

php http-headers
Python send POST with header

I try to build a python script who sends a POST with parameters for extracting the result. With fiddler, I …

python http post request http-headers
Adding headers to requests module

Earlier I used httplib module to add a header in the request. Now I am trying the same thing with …

python http-headers python-requests
Difference between Pragma and Cache-Control headers?

I read about Pragma header on Wikipedia which says: "The Pragma: no-cache header field is an HTTP/1.0 header intended for …

http http-headers request protocols httpresponse
Show image using file_get_contents

how can I display an image retrieved using file_get_contents in php? Do i need to modify the headers …

php http-headers file-get-contents
Add custom header in HttpWebRequest

I need to add some custom headers to the HttpWebRequest object. How can I add Custom Header to HttpWebRequest object …

c# windows-phone-7 header http-headers httpwebrequest
Content-Disposition:What are the differences between "inline" and "attachment"?

What are the differences between Response.AddHeader("Content-Disposition", "attachment;filename=somefile.ext") and Response.AddHeader("Content-Disposition", "inline;filename=somefile.ext") …

asp.net http-headers
How do you change the server header returned by nginx?

There's an option to hide the version so it will display only nginx, but is there a way to hide …

nginx http-headers
HTTP Headers for File Downloads

I've written a PHP script that handles file downloads, determining which file is being requested and setting the proper HTTP …

php http-headers download content-type