-
as seen on Tech Dreams
- Search for 'Tech Dreams'
Amazon S3 is an dead cheap cloud storage service that offers unlimited storage in pay as you use model. Recently we moved all the images and other static files(scripts & css) of Tech Dreams to Amazon S3 to reduce load on VPS server.
Amazon S3 is cheap, but monthly bill will shoot up if images/static…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've received the results of a pen test and there is some unwanted exposure in the HTTP OPTIONS where the fact that Frontpage Server Extensions was available (now removed) was reported.
I need to run a check on the OPTIONS to see whether it has been removed. The test output from the report is below…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to set http header for disabling ie (7-8) caching (it disturbs my ajax functionallity).
I've tried inserting this code to the head of my site.master with no result -
<META HTTP-EQUIV="Pragma"
CONTENT="no-cache"> <META
HTTP-EQUIV="Expires" CONTENT="-1">
How and where can I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In an iPhone app where I use cocoahttpserver and take a sqlite database file from the iPhone and download it with a browser to my PC, when I look at the downloaded file using TextEdit, I see the text (below) at the end of the file. This text has apparently no effect on use of the database file, but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am currently trying to stream content out to the web after a trans-coding process. This usually works fine by writing binary out to my web stream, but some browsers (specifically IE7, IE8) do not like not having the Content-Length defined in the HTTP header. I believe that "valid" headers are supposed…
>>> More