Questions tagged [akamai]

Akamai is a Content Delivery Network helping you to accelerate your website.

Akamai is a Content Delivery Network. It allows you to store your data distributed to accelerate delivery for streaming and other technologies.

313 questions
26
votes
3 answers

What is HTTP Status code 000?

Just switched some downloads over to the Akamai CDN network and I'm seeing some strange stuff in the log files they deliver. A number of entries have the status code 000. When I asked them they said that 000 is the status when the client disconnects…
Mitchell V
  • 837
  • 1
  • 7
  • 13
22
votes
3 answers

Modify HTML Response (Not Headers)

Hoping someone can help me out or point me in the right direction. I've been asked to find out how to make Akamai (or any other CDN, or NGINX) modify the actual response body. Why? I'm to make the CDN change all "http://" requests to "https://"…
Charlie
  • 1,646
  • 5
  • 22
  • 40
21
votes
3 answers

CloudFront: Cost estimate

Have to come up with a proposal to use Amazon S3 with CloudFront as CDN. One of the important thing is to do a cost estimate. I read over AWS website and forums, used their calculator, but couldn't come to a conclusion with the final number (approx)…
user1270392
  • 2,981
  • 4
  • 21
  • 25
14
votes
2 answers

Cache in CDN but not in browser

I currently use Akamai as a CDN, but I noticed that the browser is also caching content. It's great that the browser caches images/css/js, but I would like to know if there is a way to not cache on the browser, but to cache in Akamai. Now, right…
Jorge Lopez
  • 141
  • 1
  • 1
  • 3
14
votes
4 answers

Why are my server sent events arriving as a batch?

I have a Java 8 / Spring4-based web application that is reporting the progress of a long-running process using Server Sent Events (SSEs) to a browser-based client running some Javascript and updating a progress bar. In my development environment and…
dave
  • 11,641
  • 5
  • 47
  • 65
14
votes
2 answers

Prevent suffix from being added to resources when page loads

I have a JSF2 application running and working no problem. The issue I am having with JSF is with the resource bundle. All resources have the .xhtml suffix appended to it. So main.css becomes main.css.xhtml when loaded in the browser. I would like…
blo0p3r
  • 6,790
  • 8
  • 49
  • 68
11
votes
4 answers

Akamai Cache refresh

How often does Akamai refresh cache? We use Akamai to cache frequently accessed files. When uploading and overwriting files to the Akamai FTP, I can't see the new file reflected live. Anybody have any experience with this?
sthg
  • 1,137
  • 3
  • 13
  • 32
10
votes
8 answers

What's the best way to troubleshoot Akamai headers these days?

Traditionally, I would inspect the Akamai headers by installing a Firefox extension called akamaiheaders.xpi. Unfortunately, I think the last version of Firefox to support this was 3. As I understand it, this plugin would add special headers to all…
10
votes
3 answers

Does Akamai pull from origin when query string parameters change for cached assets

So, I want to add versioning to my css and js files. The way I would like to do this is by appending a query string to the end of the asset path so /foo/bar/baz.css Becomes /foo/bar/baz.css?version=1 This will work for proxies and browser cache,…
JoeyP
  • 2,622
  • 2
  • 26
  • 25
9
votes
4 answers

Error: The requested URL “[no URL]”, is invalid

Originally posted as a reply to: Error: The requested URL "[no URL]", is invalid I get this error but only with one specific website (which is my own). This must be linked to the website as it is happening on 3 different machines on 3 different…
HokeyPokey
  • 191
  • 1
  • 2
  • 6
7
votes
2 answers

ASP.NET Response.Cache.SetNoStore() vs. Response.Cache.SetNoServerCaching()

Can anyone break down what these two methods do at a HTTP level. We are dealing with Akamai edge-caching and have been told that SetNoStore() will cause can exclusion so that (for example) form pages will always post back to the origin server.…
misteraidan
  • 1,984
  • 4
  • 23
  • 31
6
votes
1 answer

How do I send headers while setting audio src?

I'm trying to play an audio file using html5 audio tag. It plays fine... But for some reason it is required that the request browser is making for the source, must include a specific header that the browser (safari in my case) is not adding. (where…
user14449160
6
votes
2 answers

Gzipping content in Akamai

I have a few files that are served via a content delivery network. These files are not gzipped when served from the CDN servers. I was wondering if I gzip the content on my servers' end, would Akamai first get the gzipped content and then serve…
DLS
  • 5,313
  • 8
  • 37
  • 50
6
votes
2 answers

Difference between X-Cache and X-Cache-Remote Akamai Headers

I searched a lot but couldn't find a single page on the internet which explained the difference between X-Cache and X-Cache-Remote Akamai header. Every time I receive two different values for these headers which indicates that they are not the same.…
6
votes
2 answers

Integrating Akamai with S3 bucket

I want to serve the contents stored in my S3 bucket with Akamai, not with Amazon CloudFront. Is there any way to integrate Akamai with S3 bucket?
Sathiyamoorthy
  • 419
  • 4
  • 10
1
2 3
20 21