0
votes
4answers
58 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 …
0
votes
3answers
34 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
2
votes
3answers
22 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 …
3
votes
4answers
120 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_jackson …
1
vote
1answer
13 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 …
1
vote
2answers
38 views
HTTP 401 - what’s an appropriate WWW-Authenticate header value?
Hi,
The application I'm working on at the moment has a session timeout value. If the user hasn't interacted for longer than this value, the next page they try to load, they will b …
0
votes
5answers
136 views
Using Python/Selenium/Best Tool For The Job to get URI of image requests generated through JavaScript?
I have some JavaScript from a 3rd party vendor that is initiating an image request. I would like to figure out the URI of this image request.
I can load the page in my browser, an …
1
vote
2answers
31 views
How to set response filename without forcing saveas dialog
I am returning a stream in some response setting the appropriate content-type header. The behavior i'm looking for is this:
If the browser is able to render content of the given …
2
votes
2answers
58 views
WCF GZip Compression Request/Response Processing
How do I get a WCF client to process server responses which have been GZipped or Deflated by IIS?
On IIS, I've followed the instructions here on how to make IIS 6 gzip all respons …
0
votes
0answers
34 views
Error opening PDF in browser - what HTTP header values should I use for streaming a PDF over https?
I have a J2EE webapp which is used to download a generated PDF served by an HTTP servlet. When running over SSL in production the users are getting the error message
There was …
0
votes
2answers
40 views
Need Fully Qualified Path From ‘Source’ Computer
Hi.
I am trying to get the full path from the client for files
that are submitted for upload.
I want something like:
C://this/is/your/file.jpg
But, when I try:
m_File = …
0
votes
6answers
83 views
httplib in Python to get the status code…but it is too tricky?
>>> import httplib
>>> conn = httplib.HTTPConnection("www.google.com")
>>> conn.request("HEAD", "/index.html")
>>> res = conn.getresponse()
> …
2
votes
2answers
32 views
Is there a Firefox plug in which can list unsecure assets which are causing the “Warning: Contains unauthenticated content”
I am developing web pages which reference external links/images/stylesheets etc. I have 1 page which loads fine in HTTPS, but then when I apply different external styles, some of t …
0
votes
2answers
74 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 …
0
votes
3answers
70 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 …
