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
1 answer

Does Akamai implement if-modified-since?

I am trying to fine tune one of my applications that uses Akamai for CDN. I am serving resources that rarely change, but I'd like Akamai to check once in a while just in case. For this I set the Expires and CacheControl:max-age to 3 days. My…
juan
  • 80,295
  • 52
  • 162
  • 195
2
votes
1 answer

Tools to help process Akamai data logs?

I'm digging through Akamai logs, downloading excel sheets, and then manually joining them so that I can do sorting of data to find top videos and referrers. Are there any tools you know of to help with this kind of processing? I'm looking for…
dsldsl
  • 2,877
  • 2
  • 17
  • 10
2
votes
2 answers

Android player not working with akamai token authentication

i am developing an android application that contains a videoview that plays hls streaming from akamai CDN . the thing is the streaming url has a token authentication generated using Akamai API. the problem is that my video can't play this…
S.Najjar
  • 65
  • 1
  • 9
2
votes
5 answers

Can I use PHP opendir() on a external URL?

Possible Duplicate: PHP - opendir on another server Something like this: opendir(http://super.cdn.com/running_order_image/sale/587/) The opendir is being used to check the contents of a Rackspace Cloud Files Akamai bucket. I am looping through a…
TheBlackBenzKid
  • 26,324
  • 41
  • 139
  • 209
2
votes
3 answers

Emulating Akamai caching envinronment

I am trying to test some code and view how it would work when it was cached using Akamai. Can anyone recommend a tool or add-on, that would allow me to emulate a page load as it would be when Cached by Akamai?
Gershon Herczeg
  • 3,016
  • 23
  • 33
2
votes
1 answer

How to send Akamai cache expiration headers?

I have a site where each time you upload an image it gets rendered in various frame sizes. A cron job runs every 10 minutes which looks to see if any new images have been uploaded during that time and if so it generates all the needed frames. Since…
user967451
2
votes
3 answers

Bypass specific URL from Akamai if certain cookie exist

I would like Akamai not to cache certain URLs if a specified cookie exist (i.e) If user logged in on specific pages. Is there anyway we can do with Akamai?
Ananth Duari
  • 2,859
  • 11
  • 35
  • 42
2
votes
0 answers

Akamai Media Player: Get event callback when it's ready to play

I'm using the Akamai Media Player to stream video for an event. Normally the video stream starts the the "LIVE" position, but I would like mine to default to an earlier point in the video stream so that when users come to my page they always see…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
1
vote
1 answer

Rewrite url for the final path using CDN

We currently use Azure CDN and can use the Verizon premium if needed or another CDN if required so we are not limited by a particular product. We have a need to do significant number of url rewrites. Like thousands. I am hoping there is a smarter…
Souciance Eqdam Rashti
  • 3,143
  • 3
  • 15
  • 31
1
vote
0 answers

Chrome not loading Vimeo direct video URLs

I use the "direct download" URL's Vimeo Pro provides to play a MP4 video using the native
1
vote
1 answer

Getting 403 forbidden in cypress for a simple login hosted on akamai

I am running this script to access a website hosted under akamai : /// describe('Store login', () => { it('login to Store', () => { cy.visit(("https://store.qlsit.qantas.com/"),{ headers: { "Accept"…
Sneha
  • 11
  • 2
1
vote
2 answers

Akamai CDN integration with Sitecore

For our website, we want to use Akamai as CDN. The problem we have intercept all the html and change media URL's to akamai URL's. for eg: ~/media/Marketing/Stages/EmailMarkeImg.ashx http://media.akamai.com/~/Marketing/Stages/EmailMarkeImg.ashx So,…
sbmandav
  • 1,211
  • 3
  • 16
  • 25
1
vote
1 answer

Multiple slash in URL replacement though regex

I am trying to create a regex in pcre, that is going to salinize URL with multiple slashes like the following: https://www.domin.com/test1/////test2/somemoretests_67142 https://www.domin.com/test1/test2/somemoretests_67142/////…
1
vote
1 answer

rollup js to include NodeJS core library

I was deploying something onto an akamai edgeworker and hence was using the node package rollup. One of the packages i have uses require('crypto') which causes issues for me as i cant seem to get the rollup to include the code. I was able to work…
Attiq Ahmed
  • 105
  • 7
1
vote
0 answers

Access Denied for Akamaighost Server When Doing a Request

Can anyone help me why I'm getting this in C#? but in python/curl/postman I'm not getting any error.Is there any option to HttpClient that causing this error? 403 - Forbidden Access DeniedAccess Denied You don't have permission to…
maherz12
  • 11
  • 3