In the Hypertext Transfer Protocol (HTTP), HTTP header fields contain the operating parameters of an HTTP request or response. With the request or response line (first line of message), they form the message header.

learn more… | top users | synonyms

13
votes
9answers
18k views

Google.com and clients1.google.com/generate_204

I was looking into google.com's Net activity in firebug just because I was curious and noticed a request was returning "204 No Content." It turns out that a 204 No Content "is primarily intended to ...
0
votes
1answer
111 views

Apache2 error 200 OK

i have some annoying error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>200 OK</title> </head><body> <h1>OK</h1> ...
0
votes
2answers
44 views

Why does my accept header keep getting changed from application/json to */*

I'm trying to send an ajax request to a WebAPI service with the accept header of 'application/json' when I set a break point in the service, I see that the accept header is coming through as "/". ...
21
votes
1answer
6k views

Private vs Public in Cache-Control

Can you please describe an example indicating difference between Public and Private Cache-Control in asp.net applications hosted in IIS. I read in MSDN that the difference is the following: Public: ...
0
votes
1answer
18 views

Http Basic Authentication with session identifier

I’m using Http Basic Authentication for my API access from a mobile application. Unfortunately I need to keep state internally. As the state is per session I can’t use username/password as the state ...
0
votes
0answers
12 views

HTML scraping with HTTP headersThere preservation

There s a certain page (lets call it URL1) which responds to a user request based on the HTTP headers (like the IP) of the client/browser/user. I do not want to take the user directly to the URL1 but ...
0
votes
1answer
35 views

SDWebImage and setting custom HTTP headers?

I´ve just changed my code for caching images away from EGOImageCache to SDWebView. Unfortunately i don´t know how to set custom HTTP headers as i have to send authentification to be able to fetch ...
0
votes
1answer
18 views

Cant set headers after they are sent using connect

How to resolve this problem. Error: Can't set headers after they are sent. at ServerResponse.OutgoingMessage.setHeader (http.js:704:11) at ServerResponse.res.setHeader ...
1
vote
2answers
36 views

how to you access :headers inside compojure function

org.clojure/clojure-contrib "1.2.0" ring "1.1.8" compojure "1.1.5" clout "1.1.0" (defroutes rest-routes (GET "/" [] "<p> Hello </p>") (POST "/api/v1/:stor/sync" [stor] (start-sync ...
0
votes
0answers
23 views

c# web service request via http header authentication

How to parse http header parameters to specific object.like following: public class Service : System.Web.Services.WebService { public UserNameHeader UserName; public UserPasswordHeader ...
0
votes
1answer
21 views

Return JSON based on “Accept: application/json” from a Symfony2 controller without modifying each controller action

I'm working on an app that I want to offer both JSON and HTML responses. Here's an example action method: /** * Lists all Boards entities. * * @Route("/", name="boards") * @Method("GET") * ...
-1
votes
1answer
21 views

Warning: Cannot modify header information - headers already sent warning in a one line PHP file? [closed]

I know this has been asked a thousand times, but all the examples I've found people have a ton of other code. I have searched and searched and have found answers with ob_start() and what not, but that ...
0
votes
0answers
13 views

Caching issue with Flash Player 11.7

Short-version: Our Flash app is live-streaming video from our CDN, starting with the recent release of Flash Player 11.7 Background: We have a Flash app that runs in the browser. We see the problem ...
23
votes
9answers
1k views
+100

User recognition without cookies or local storage

I'm building an analytic tool and although I can get IP address, browser and operating system from the user agent. I'm wondering if there is a possibility to detect same user without using cookies or ...
161
votes
16answers
69k views

Making sure a web page is not cached, across all browsers

Our investigations have shown us that not all browsers respect the http cache directives in a uniform manner. For security reasons we do not want certain pages in our application to cached, ever, by ...
4
votes
0answers
37 views

“Range:” http header causes hang in ColdFusion app

Whenever I add the "range" header in a HTTP request for a .cfm or .cfc file on my server, I get a timeout. The server simply does not respond. To debug, I created a blank file called ...
2
votes
2answers
30 views

Setting HTTP status code in Bottle?

How do I set the HTTP status code of my response in Bottle? from bottle import app, run, route, Response @route('/') def f(): Response.status = 300 # also tried `Response.status_code = 300` ...
0
votes
1answer
223 views

CGI.http_user_agent is empty RAILO

I am trying to display CGI.http_user_agent using RAILO but for some reason it is empty. Has anyone else had this issue? Isn't this supposed to exist all of the time? I have checked my logs and ...
1
vote
0answers
1k views
+50

swfupload 302 error

so I have this javascript code for loading swfuploader onto a page ( http://code.google.com/p/swfupload/) swfuPubThumbnailUploader = new SWFUpload({ upload_url : "/upload_thumbnail", flash_url : ...
0
votes
2answers
50 views

Update User Agent in Firefox

I would like to change my User Agent while browsing and display the changes on a website. I already got a website that prints the UserAgent, simply using JS document.writeln(navigator.userAgent). ...
0
votes
1answer
20 views

PHP PDO Header redirect stopped working [duplicate]

I've built a site on my test server and now I'm putting it on a new server that will host my site. I'm using PDO for my connections and once the prepared statement executes I redirect back to the ...
0
votes
0answers
11 views

Making sure HTML5 media is not cached, across all browsers

So my web servers have the ability to stream media (audio in this example) to browsers. Browsers use HTML5 controls to play the media. What I'm discovering, however, is that Firefox is caching the ...
0
votes
0answers
11 views

Content security policy not working

I am adding to my response header this header: x-content-security-policy default-src 'none'; I would expect no css or images to be loaded on the page, but everything is loaded. What am I doing ...
0
votes
0answers
14 views

How does Amazon.com implement caching of its web pages?

I have been trying to implement caching for my mobile web app. I was trying to reference Amazon.com and tried to read its response headers but was surprised that there is no mention of 'caching' in ...
1
vote
0answers
14 views

Implementing web service security in Reporting Tools

I have a web reporting tool lets say Business Objects, Cognos, OBIEE, Crystal Reports. I want to display some data into the report which is coming from a Web Service. So i copy paste the Web service ...
0
votes
0answers
17 views

Ajax : force HTTP/1.0

About everything is in the title. I need to communicate with a server using HTTP/1.0 I didn't find the attribute or option to do this in xhr.setRequestHeader() Any idead please ? Thank you all !
0
votes
2answers
50 views

is not abstract and does not override abstract method error

I am totally stuck in one of my classes showing the error: ResettableHttpServletResponse is not abstract and does not override abstract method getHeaderNames() in HttpServletResponse Here is My ...
1
vote
0answers
21 views

How to remove this dialog window when submitting the form in Opera browser?

Using Opera Browser (for 64-bit linux / ubuntu). Why when i click submit it pops up a download option dialog, like shown in the screenshot. I tested it in Chromium/Google Chrome/Firefox/Midori/Arora ...
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 ...
0
votes
1answer
26 views

How do you add a custom http header?

Hi I am applying to a remote internship and the guy asked me to add a custom http header in the app that I made to apply. I made it with rails and pushed it to heroku, the problem is that I don't ...
-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
16 views

BASIC realm time out

PLease do you know how can i make a time out for a basic http authentification ? Here are some informations about the http basic authentification already done by alfresco. HTTP/1.1 401 Unauthorized ...
100
votes
1answer
40k views

View HTTP headers in Google Chrome?

Till 9.x, the headers were under the resources in the Developer Tools, but now I can't find it anywhere. Thanks
0
votes
0answers
37 views

Using Net::Curl::Easy in perl

I'm using Net::Curl::Easy with perl, but I am unable to get a proper http response. Doing the same request using LWP::UserAgent works. The real problem with Net::Curl::Easy is that it cannot create a ...
1
vote
1answer
21 views

How to serve remote file as a download in rails?

I know it's old, but I have project running rails 2.3.9 Admins on our site can provide Document downloads to customers in two ways. Create a Document with a file attachment Create a Document with ...
0
votes
1answer
23 views

How to reject and HTTP Posts based on content length without parsing the request stream in C#? [duplicate]

Some third party is posting data to our webpage via HTTP Post. I want to set a limit say 1 Kb for HTTP posts, if it is above 1 Kb I need to reject the HTTP post. I don't want to read the whole request ...
0
votes
0answers
60 views

AngularJS $http provider not passing cookies to .NET Web Service

I am having problems using the $http provider in AngularJS to make an API call to a .NET backend that requires Authentication. The .NET backend service expects the ".ASPXAUTH" and ...
0
votes
1answer
24 views

Determine difference in http request between Python2 and Python3

I am attempting to use Python3 to send metrics to Hosted Graphite. The examples given on the site are Python2, and I have successfully ported the TCP and UDP examples to Python3 (despite my ...
0
votes
0answers
30 views

Can I have custom required headers on my web api?

I was wondering if can I have custom headers requireds on my web api application. I don't know too much about headers, http protocols and etc. After reading a little, I thought on required the code ...
4
votes
2answers
3k views

Access-Control-Allow-Origin: * in tomcat

I want to set a default http header in my tomcat container - Access-Control-Allow-Origin: * From various different links on stackoverslow and from google, most have pointed to a resource. This ...
0
votes
0answers
35 views

rack http header field changed in the response

I am using unicorn with sinatra and my server must send back a response to the client application with a specific custom http header, let's say 'my-header'. However the client always receives ...
1
vote
0answers
77 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
2answers
318 views

clear cache inside tinymce editor

I have a page that uses tinymce editor, the editor will retrieve a template when i need it to, though the template can be changed i.e images can be modified, now the problem is that whenever i change ...
1
vote
0answers
33 views

ASP.NET MVC 3 Add Custom Header Exception

I want to add response header "Access-Token" >name "My Custom Value">value then i am getting this error; system.platformnotsupportedexception why do you think? public abstract class ...
1
vote
2answers
41 views

How to send text/html data to a browser

Hi i asked a question before here : how-can-i-integrate-php-with-my-http-server i programmed a personal web server and i tried to integrate it with PHP using the PHP-CGI , i run a system command ...
0
votes
1answer
17 views

Is correct to send HTML and a PDF file in the same request?

I have to send a PDF to the user, but this PDF is generated by a command line tool executed from PHP (server side). When the user clicks on a link this is executed: window.open($(this).attr('href'), ...
0
votes
0answers
6 views

How are proxy credentials sent to the proxy by default?

On a lot of clients (e.g. Mac OS X Network Configuration, Internet Explorer Network Settings) it is possible to specify proxy credentials. How are these credentials sent to the proxy server? I tried ...
10
votes
1answer
4k views

Rack::Request - how do I get all headers?

The title is pretty self-explanatory. Is there any way to get the headers (except for Rack::Request.env[])?
3
votes
2answers
505 views

Why use quality values in the HTTP Accept-Language header?

In HTTP, the Accept-Language reponse header looks like this: Accept-Language: da, en-gb;q=0.8, en;q=0.7 Why were the quality values (q=...) included in the HTTP specification? Couldn't one sort the ...
0
votes
0answers
33 views

What is the difference b/w resource view and header view in ieHTTPHeader w.r.t favicon.ico request?

IE requests internally for the favicon.ico which is normally seen in resource view in ieHTTPHeader. One of my customer's ieHTTPHeader shows this request in headers view and they face problem in ...

1 2 3 4 5 69