Top "Http-headers" questions

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

Force nginx to send specific Content-Type

How to overwrite default Content-Type in nginx? Currently when I request 01.dae file, there's Content-Type: application/octet-stream; And I want …

nginx http-headers content-type
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 …

internet-explorer http-headers xss
Set 'Content-Type' header using RestSharp

I'm building a client for an RSS reading service. I'm using the RestSharp library to interact with their API. The …

c# http-headers restsharp
See full redirect path and HTTP status code in Chrome

I'm trying to find out of a certain link shorteners and out.php linkscripts redirect using 301 redirect or not. I'm …

google-chrome redirect http-headers
Operating System from User-Agent HTTP Header

Is there a good, up-to-date listing anywhere that maps User-Agent HTTP Header strings --> operating systems?

http-headers user-agent
Cross-Domain AJAX doesn't send X-Requested-With header

Create a web service on http://www.a.com/service.asmx and send a cross-domain ajax request to it from …

ajax http-headers cross-domain cors
Fetching custom Authorization header from incoming PHP request

So I'm trying to parse an incoming request in PHP which has the following header set: Authorization: Custom Username Simple …

php http-headers authorization
PHP cURL how to add the User Agent value OR overcome the Servers blocking cURL requests?

I am transferring an Object Array. I have a cURL client (submitter) on own Server and listening script on other's …

php curl http-headers user-agent
Handling PUT/DELETE arguments in PHP

I am working on my REST client library for CodeIgniter and I am struggling to work out how to send …

php rest codeigniter curl http-headers
content type for mp3 download response

I have created a simple HTTP server which allows users to download files. But this does not seem to work …

http-headers mp3 httpresponse