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
1
vote
2 answers

Do CDN prefetch user's static data or it's done on the request?

As per Akamai - A content delivery network (CDN) is a group of geographically distributed servers that speed up the delivery of web content by bringing it closer to where users are. Data centers across the globe use caching, a process that…
user3759177
  • 139
  • 1
  • 8
1
vote
1 answer

URL based request headers in Akamai

I have a requirement where I need to have separate vhosts file in apache for same domain and different path. The reason behind separate vhosts is something for business use case. All I want to know is that for different URL what kind of settings can…
1
vote
1 answer

Akamai and CloudFlare IPs Appear as Requesting IPs

Lately I've been seeing CloudFlare and Akamai IPs show up as the requesting IPs in logs for a public facing website. The user agent is suspicious; Mozilla/5.0. Also, there are no other values in the x-forwarded-for header, only a singular IP. …
Gerg
  • 68
  • 6
1
vote
1 answer

Akamai purge cache CLI: API Error: 400 400 Bad Request Invalid timestamp More Info https://problems.luna.akamaiapis.net/-/pep-authn/request-error

I am trying to figure out how to Purge the Akamai cache through the Akamai CLI (version 1.3.1). I am using a ~/.edgerc with : [default] host = *.luna.akamaiapis.net client_token = akab-**** client_secret = **** access_token = akab-**** These…
nabello
  • 716
  • 11
  • 29
1
vote
2 answers

How regularly is the cached content updated from origin server in CDN?

Since most of CDNs update the cache data only after it reaches an expiry, what if the origin server is updated before that. Does the CDN serve the old data until updated upon expiry?
fractal397
  • 534
  • 1
  • 5
  • 11
1
vote
1 answer

Whitelist akamai IPs at azure application gateway

Is it possible to whitelist multiple IPs of akamai at application gateway using azure portal .
NVJ
  • 39
  • 1
  • 6
1
vote
1 answer

Strategy to avoid caching of locales directory for react build with Akamai as CDN

The client application is a react build, hosted in an AWS S3, using it as a static server. This sits behind the Akamai's CDN layer. Now we have implemented multi-lingual support with localization using i18n. So we have as the site labels and texts…
Praveen Dass
  • 586
  • 1
  • 3
  • 13
1
vote
0 answers

setup akamai local test environment with docker-compose

Maybe someone has already dealt with the task of preparing docker-compose for local development? For starters, I want start with netstorage.
sicio
  • 117
  • 1
  • 6
1
vote
1 answer

How can I send health status of my Angular app to Akamai?

I have an Angular app and I'm using the Akamai CDN. What's the best way to send the health status (200, 500, etc.) to Akamai so that if it doesn't return a 200 code, Akamai knows to switch clusters?
jemadd04
  • 83
  • 2
  • 11
1
vote
1 answer

Are there Akamai debug headers that can be used to determine if and when a cache-tag was purged/invalidated/deleted?

Currently our organization is using the Akamai Fast Purge v3 API to invalidate cache records by cache tag. The problem I'm running into is that some of our lower environments are configured with a TTL of 0 seconds, apparently to facilitate business…
shoelessone
  • 81
  • 1
  • 5
1
vote
2 answers

Cacke Key components - Akamai

I am trying to replicate Akamai CDN rules on a different CDN. Not able to find what are the default components of cache key on Akamai, are all the HTTP headers and Cookies included by default? or are cookies and other HTTP headers included in the…
Sneh Shah
  • 154
  • 1
  • 1
  • 11
1
vote
1 answer

How to register soft-navigation changes in mPulse Boomerang for an Angular app?

The BOOMR.plugins.Angular plugin seems to be used for AngularJS 1.x and so far I failed to find a Angular example or plugin I could use. Based on the docs I came up with the following solution: @Injectable() export class BoomerangBootstrapService…
Jeno Laszlo
  • 2,023
  • 18
  • 36
1
vote
1 answer

Trying to login to Nike using requests

I am trying to login to the Nike website using requests in nodejs (nodejs-fetch) and I have got {success:true} from Akamai but I still get 403 error after passing the returned _abck cookie from akamai. Anyone know how to fix?
1
vote
1 answer

error:428 When trying to checkout using Python

Im at the very last part of checkout for a bot. When I enter the information I constantly receive a 428 error. "sec-cp-challenge": "true", "provider": "crypto", "branding_url_content": "%2fstatic%2fbot%2fchallenge%2findex.html", "chlg_duration":…
Rhkruz03
  • 57
  • 1
  • 4
1
vote
0 answers

Using Python requests to login with Nike's site

I am trying to create a python script that login to Nike's website. I checked to make sure all of my submitted data is correct, and it is however, I keep getting a 403 error. I have searched for this issue online and I keep seeing something about…