Tagged Questions

0
votes
8answers
50 views

I need some tool to view Http Request.

It's probably some browser plugin or a proxy. For example, I open google.com, and type something and press 'Search'. And I want to see all params of http-request (like, method, domain, params etc)
1
vote
1answer
9 views

Getting 206 Partial Content and not sure why.

Hey guys, I'm getting a 206 on some images, and I'm not quite sure why (thus how to solve it). Basically all the images are being called through the css file. background-image: …
0
votes
2answers
31 views

Python zlib not decodable when returned by an http response

I'm using Amazon S3 to serve static files. When the Content-Type is just 'text/css' and I haven't compressed the file, it is returned ok. If I try to zlib.compress() the contents that will be returned …
1
vote
0answers
44 views

Settings http headers in Java 6 SE httpserver

Hi, I try to publish Atom feed (generated with Rome) using Java 6 SE httpserver. For correct feed discovery in FireFox I need custom headers. This is my code: Headers headers=e.getRequestHeaders(); …
0
votes
1answer
24 views

X-HTTP-Method-Override in jQuery?

How can I do an X-HTTP-Method-Override for an ajax request in jQuery?
0
votes
2answers
75 views

How to modify request headers in c#,ASP .NET.

I am working on a ASP .NET mVC project & i have to change HttpHeaders. see the foolowing code snippet: WebRequest req= HttpWebRequest.Create("myURL"); HttpWebResponse response = …
2
votes
3answers
68 views

Is safe to use “X-…” header in a HTTP response?

I have to pass a meta-information in my HTTP response so I figured out that I could use the response header, for instance "X-MyData: 123456". Is that safe? I mean, there is a possibility that a client …
0
votes
2answers
28 views

Reliable way to determine an active domain name using cURL?

I'd like to run checks to see if a given URL is registered or not. As a simple proxy for testing if it's registered, I was going to check HTML response codes. 200, 300 probably == registered, 4xx …
0
votes
1answer
55 views

Serving PNG images over http to Three20 iPhone app

I'm trying to serve up png images from a Linux (c++ / Qt4.5.x) server daemon to an iPhone application that is using the Three20 framework - specifically I want to use the TTThumbsViewController view. …
0
votes
2answers
49 views

how to tell when a HTTP web page has changed when it is of type html/text?

Hi, I'm trying to work out the algorithm to tell if non-binary files on the web have changed or not. I was going to go with: LastModified datetime from header, and then if these aren't present …
2
votes
3answers
43 views

Selectively cache .js and .png files over https?

We are creating a large secure back office web application in ASP.NET. All access to the site is over https connections, and we'd like to either turn off caching for pages or set caches to expire …
0
votes
4answers
98 views

How to suppress/remove PHP session cookie

I need to suppress an already set session cookie header, but I cannot find any way to do this. Why? I need to make an image, sent by a PHP script, cacheable by the end user; this image is used to …
0
votes
3answers
46 views

how to invoke the file download window in javascript?

Hi all, I have got a PDF fle which i would like my users to download when they click on a button/link/image.Is this possible? Thank You
1
vote
2answers
28 views

Setting HTTP Headers form a Firefox Extension

How can I set HTTP headers in my firefox extension? I'll make it so these are only sent while hitting my site so I can detect if the plugin is installed or not and not promote the plugin if it is. …
2
votes
3answers
33 views

Cached image problem

Hey all. Right, my problem is that I need to replace an image that appears on every page of a site, which is fine, the problem is I want every user to see the new image and not a cached version of …

1 2 3 4 5 22 next
15 30 50 per page