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

Specifying both IPv4 and IPv6 IP types in akamai.EdgeHostName

Pulumi recently updated their Akamai package. There's a new property when creating an EdgeHostName resource called ipBehavior. What do I put as the value for this property when I need the EdgeHostName IP Type to be IPv4 + IPv6? I've attached a…
Victor Cui
  • 1,393
  • 2
  • 15
  • 35
1
vote
1 answer

Why is Akamai cache-control max-age decreasing value?

I am using Akamai and the cache-control headers max-age value is decreasing on each subsequent request when using honor origin cache control + expires. On other CDNs I don't experience the same behaviour. On the app I have Cache-Control:…
Kevin Farrugia
  • 6,431
  • 4
  • 38
  • 61
1
vote
0 answers

Allow AEM Servlet only from allowed domains

We have a requirement where we want to allow the Post Servlets only from certain domains. Our site is public so no user does not need to be authenticated, hence we are not able to control through CUG or using csrf-token. Is it possible to do…
Tushar
  • 151
  • 2
  • 18
1
vote
1 answer

How to scrape the Javascript based site https://marketchameleon.com/Calendar/Earnings using Selenium and Python?

I am trying to get earning dates from https://marketchameleon.com/Calendar/Earnings The site has a javascript loader that loads the earnings table, but when I am using selenium it is not appears. I tried chrome and firefox drivers. a sample of the…
NewZephyr
  • 11
  • 3
1
vote
1 answer

Setting up Response headers(security) in Azure CDN

We are delivering Angular application over Azure CDN(no web server), also there would be lots of images/videos(stored on Blob storage) that our site would be serving. How can I add security headers like X Frame options, X SSS protection, no sniff…
JPM
  • 35
  • 7
1
vote
1 answer

Python Akamai Sensor Data Generation with valid Cookie abck

I am trying to send twice post request to www.footlocker.it sess = requests.session() print("start-Point") bot = BotDetector() payload = "{\"sensor_data\":\"" + bot.generatesensordata() + "\"}" d = sess.post(url_ak, headers=headers_ak, data=payload,…
Jincowboy
  • 53
  • 1
  • 11
1
vote
1 answer

Is any way to check requested ajax call is coming from akamai cache or latest data with cache?

There is one URL which seems to returning cache response but we are not able identify Is its cache or latest data response?
1
vote
1 answer

Always serve stale/cached data from edge servers

Is it possible to serve always stale/cached data from CDN edge servers like Akamai. ? Reason is if there is some problem in origin server and It might need 2-3 days to solve it.My origin server responds properly but I don’t want it to get overloaded…
saurav
  • 5,388
  • 10
  • 56
  • 101
1
vote
4 answers

Regex to filter email address in Urls

I need to filter out any spam requests in our url that has email address or any sort of personal information. For example : if anyone enters the url www.mydomain.com/en-us?email=abc@gmail.com it should redirect to…
Night Monger
  • 770
  • 1
  • 10
  • 33
1
vote
1 answer

how can I pass the nonce value from weblogic to Akamai and combine CSP into one

I am in the process of implementing CSP for my website. I have generated hash values for our static scripts and those are inserted in the response header by Akamai. The problem I have is with the dynamically created javascript code. If I want to…
user2145893
  • 135
  • 1
  • 5
1
vote
0 answers

java.net.SocketTimeoutException at peak traffic on Production

We have been facing this issue on Prodcution. Now this issue occurs whenever a notification is rolled out to all the Mobile Apps and Desktop Apps. In the notification one image is there which is cached at CDN(Akamai). So a lot of users are getting…
Naresh
  • 5,073
  • 12
  • 67
  • 124
1
vote
1 answer

Flash Video Player: JavaScript controls

Is there a standard set of JavaScript controls for controlling a flash video created with swfobject? I'm using Akamai Multi Player and I'm trying to find a JS control to seek the video when it loads.
David Ryder
  • 1,291
  • 5
  • 14
  • 27
1
vote
0 answers

Suddenly "mydomain.azureedge.net" (Azure CDN - Standard Akamai) not supporting TLS version less than 1.2? Any idea why?

Suddenly "mydomain.azureedge.net" (Azure CDN - Standard Akamai) not supporting TLS version less than 1.2? Any idea why? Is there anybody facing same issue?
Manish Gupta
  • 1,405
  • 14
  • 32
1
vote
1 answer

How to make API call to Akamai source using curl from command line

I am trying to make API call to Akamai dataStream source from command line. I have headers client_secret ,host ,access_token ,client_token,base url. Akamai developer doc,https://developer.akamai.com/legacy/introduction/Client_Auth.html does not…
Jhon
  • 39
  • 2
  • 10
1
vote
0 answers

DNS resolution failures for www.docusign.net (US West area)

We are doing API calls to Docusign, which fail occasionally with "getaddrinfo: Name or service not known" errors. Investigating further, we see that when we connect, name resolution fails sometimes, but only from our West datacenter location. …
think410
  • 11
  • 1