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
2
votes
0 answers

What is the correct way of using a custom Dragonfly storage backend in Refinery?

I have a Refinery Blog application wrapped up in a Docker container. I'm trying to use an alternative Dragonfly data store for image storage, but I can't seem to get it to work as expected. I'm using a custom Dragonfly data store I wrote using…
Roderick
  • 2,383
  • 3
  • 20
  • 33
2
votes
2 answers

akamai refresh cache before deployment and do cutover at specified time

My objective is to achieve zero downtime during deployment. My site uses akamai as CDN. Lets say I do have primary and secondary cluster of IIS servers. During deployment, the updates are made to secondary cluster. Before switchover from primary to…
coolguy
  • 113
  • 5
  • 10
2
votes
1 answer

Akamai Cache Key by Cookie

We are using Akamai to do A/B test, is there a way that Akamai can get different cache with some cookie value. For example: suppose I have 2 applications App-A and App-B under www.example.com, is there a way that when request has cookie "to-A=true"…
Yichen
  • 43
  • 5
2
votes
1 answer

ColdFusion CFHTTP with Authorize.NET AIM Method and Secure2 Endpoint

I have a few ColdFusion applications that use the AIM method of Authorize.NET's payment gateway. The method uses Form Fields passed via the CFHTTP tag. Some time ago we learned that the endpoints for AIM was going to change, from…
XenoFoxx
  • 49
  • 6
2
votes
0 answers

Delete hadoop tmp files within a date range

I am new to Hadoop and trying to find out what command/script to use to empty out my tmp folder within a specific time range. Any suggestion is appreciated!
AlSa
  • 21
  • 1
2
votes
2 answers

what is the best way to bypass Akamai cache?

I'm trying to run some acceptance tests against a site that lives behind an akamai CND. To ensure the site is deployed / is running correctly I'd like to bypass akamai. I've tried the following command to test headers: curl -H "Pragma:…
Ian H
  • 21
  • 1
  • 1
  • 4
2
votes
1 answer

Forward Akamai's True-Client-IP via F5 BigIP

Akamai returns client IP in True-Client-IP header. This can be disabled in Akamai settings so that Akamai will return client IP in HTTP-X-Forwarded-For header, but this will contain multiple IP addresses (Client IP, Proxy 1, Proxy 2, etc). I need to…
ronanray
  • 577
  • 3
  • 12
  • 24
2
votes
2 answers

iOS App Transport Security and Instagram Media CDN

I am updating my iOS app that pulls images from Instagram for iOS v[redacted]. There is a new feature that tightens up network security. It is getting in my way just for Instagram fetches with the following NSError: Description: { …
adonoho
  • 4,339
  • 1
  • 18
  • 22
2
votes
1 answer

cache-control:max-age=0 and If-Not-Modified in http request

Our site uses akamai as its CDN. Since there is browser cache, after cache expires in browser, it will send cache-control:max-age=0 and If-Not-Modified in the http request which will get a 304 response.(I think this 304 is retured from origin web…
Robbie
  • 53
  • 1
  • 8
2
votes
0 answers

How to get the protocol of request with esi

Title says it all, I'm wondering how you can access the protocol (http vs https) with ESI. Not finding anything in the developer's guide (http://www.akamai.com/dl/technical_publications/akamai_esi_developers_guide.pdf) or on their example pages.…
user2879041
  • 1,077
  • 1
  • 12
  • 25
2
votes
1 answer

How to control page's cacheability after login action

I have this code: Response.Cache.SetExpires(DateTime.Now.AddMinutes(60)); Response.Cache.SetCacheability(HttpCacheability.Public); I'm trying to cache the entire page on client's browser and any other proxy in between client browser and my…
rpf
  • 3,612
  • 10
  • 38
  • 47
2
votes
1 answer

Akamai has issue with ASPX post backs

I'm using Akamai Edge Server to serve up all my web content except for html and aspx pages. The issue I am having is with a language switcher that does a post back to the same page and then based on the language does a response.redirect to the same…
rocketdoctor
  • 368
  • 3
  • 16
2
votes
1 answer

Has anyone gotten a windows build of FFMPEG to publish to Akamai's CDN via RTMP?

I am trying to live stream a file to Akamai's servers via RTMP from flash and I cannot get past the authentication step even though I know I am using the right username and password (the credentials work in FMLE). I Have found some posts online but…
Ken Conner
  • 21
  • 3
2
votes
4 answers

Simulating ESI's when working on localhost

I've started using ESI's in Akamai. They work perfectly fine when I've got a site running on int/test/stage/production environments which actually run through Akamai. However, when we work locally on a PC, we tend to just use a simple jetty…
Bruce Lowe
  • 6,063
  • 1
  • 36
  • 47
2
votes
1 answer

Cloud Files - Override Expires and Cache-Control headers that CDN sends to Browser but not the CDN's TTL

I'm trying to get a single file to be cached for 3 days on the Cloud Files CDN (Akamai) but then send the file to the browser with the headers: Expires: Time Now.. Cache-Control: no-cache, no-store I know Akamai has the Edge-control header for…
complistic
  • 2,610
  • 1
  • 29
  • 37