Tagged Questions

0
votes
2answers
24 views

cURL,WireShark. Setting headers to post data and get xml.

Here is the dump from WireShark: POST /drm/drm_production_v2.php HTTP/1.1 content-length: 278 content-type: text/xml User-Agent: UserAgent 1.0 Connection: Keep-Alive Authorization: Basic …
4
votes
7answers
130 views

PHP remove HTTP header

Something, I think Apache, adds these HTTP headers to all responses generated by PHP scripts: Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, …
0
votes
3answers
60 views

How to parse Date from HTTP Last-Modified header?

HTTP Last-Modified header contains date in following format (example): Wed, 09 Apr 2008 23:55:38 GMT What is the easiest way to parse java.util.Date from this string?
2
votes
10answers
84 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)
0
votes
1answer
23 views

modify request headers in Internet Explorer

Hi Is it possible to modify request headers sent by Internet Explorer. There are addins to do this for Mozilla Firefox. Is there a similar thing for IE. Thanks in advance!!
0
votes
1answer
32 views

Setting the Content Type of a ViewResult

I am trying to create an ActionResult that behaves in exactly the same manner as a ViewResult but allows me to specify the Content-Type header. This is difficult because from what I can tell ASP.Net …
1
vote
2answers
68 views

Refresh image with Javascript, but only if changed on server

I want to reload an image on a page if it has been updated on the server. In other questions it has been suggested to do something like newImage.src = "http://localhost/image.jpg?" + new …
1
vote
1answer
18 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: …
2
votes
3answers
79 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
3answers
147 views

Internet Explorer blocked file download; file of “Unknown File Type”

I'm developing a front-end to a Rails application. In cross-browser testing, I immediately discovered that Internet Explorer (apparently all modern versions, but at least IE 7 and IE 8) is not …
0
votes
2answers
102 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 = …
1
vote
0answers
48 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
2answers
37 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 …
3
votes
4answers
134 views

How to get the true URL of a file on the web. (Python)

I notice that sometimes audio files on the internet have a "fake" URL. http://garagaeband.com/3252243 And this will 302 to the real URL: http://garageband.com/michael_jackson4.mp3 My question …
0
votes
2answers
53 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 …

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