0
votes
2answers
28 views
how to send zipped (ASCII) data in an HTTP response from PHP
I am writing a service that sends data as a response, to a client.
I am sending text (PLAIN ASCII) data, but I want to compress the data first (uzing any of the standard compressi …
0
votes
2answers
41 views
What is the difference between HttpContext.Current.Response and Page.Response?
I'm troubleshooting a caching issue on a set of secured pages and have realized that the Header needs to be modified for all Responses. As I put together a solution, I want to kno …
0
votes
3answers
42 views
How to set Accept-Language header on request from applet
Hi,
I'm not familiar with Java but I need to make a request to a remote webservice from within my applet.
The webservice (.Net 1.1) uses HttpContext.Current.Request.UserLanguages …
0
votes
1answer
24 views
https caching of resources used by main php script, NOT the script itself
I'm a little confused here. I read some of the earlier questions on https caching but I didnt get a clear answer.
I've got a script sitting on: https://www.example.com/main.php
I …
2
votes
2answers
38 views
downloading a file with a different name with php
Hi
maybe this is ridiculous but i wonder if it is possible to let your user to download a file with a different name.
for example; there is a file called "4324ffsd34.jpg" and i …
0
votes
2answers
17 views
Timezone for Expires and Last-Modified HTTP Headers
This is a question regarding the timezone specified in the Expires and Last-Modified HTTP headers.
In most of the examples I have seen, I always see GMT as the specified timezone …
3
votes
2answers
46 views
How to support backwards compatibility with the changes to the Accept header handling in Rails 2.3.4
In Rails 2.3.4, the way Accept headers are handled has changed:
http://github.com/rails/rails/commit/1310231c15742bf7d99e2f143d88b383c32782d3
We won't Accept it
The way i …
0
votes
3answers
40 views
Redirect with Curl/HttpClient: header “Location” missing.
Hi all,
when I get the following url with curl
curl -D headers.http "http://www.springerlink.com/index/10.1007/s00453-007-9157-8"
the file headers.http contains a "Location" hea …
1
vote
2answers
37 views
Google Chrome; refresh doesn’t send If-Modified-Since header
Hi there,
As I am currently developing a website that simply must be able to perform more or less flawlessly under a lot of stress and switching from an automated test scenario, I …
1
vote
1answer
93 views
HTTP/1.1 Cache-Control no-cache problem
I do not want my Java SWT application to cache temporary internet files. Currently I am dealing with IE (because SWT uses the native browser), and the browser cannot be changed.
T …
0
votes
3answers
57 views
how do tell if a user hits my site from my free domain name
I've registered two free domain names, one at .co.nr and the other at .tk (yeah I realise the .co.nr one is really a subdomain)
Anyway I have both pointing to the same site mysite …
0
votes
2answers
68 views
Socket programming with PHP
I am connecting to a remote website via sockets. I am expecting a specific string 'XXX' from the remote site. Upon receipt of the string, I want to send back an 'ACK' 200 OK respon …
0
votes
1answer
19 views
HTTP headers from some clients have characters randomly replaced
Doing web traffic and log analysis, but there are a lot of malformed headers being passed from clients. These have characters transposed or replaced with "x"'s.
Does anyone know w …
1
vote
1answer
90 views
Should HTTP 304 Not Modified-responses contain cache-control headers ?
Hi.
I've tried to understand this, and searched SO for similar questions, but I still don't have a 100% understanding on how this is supposed to work.
I get this response on a r …
2
votes
4answers
84 views
Sending estimate HTTP Content-Length from Servlet etc
I often need to generate content dynamically from a servlet / restlet or whatever, and don't know the length ahead of time. If the client is a browser, the progress bar doesn't wor …
