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

What kind of caching model does Content distribution network use?

What kind of caching model does Content distribution networks use ? Specifically do they use ( akamai, edgecast, bitgravity, cotendo etc ..) i.e. when they have a cache missing, do they come to source and make sure they distribute the cotent…
kay am see
  • 968
  • 1
  • 10
  • 17
0
votes
1 answer

XERO API Returns HTTP 503 when sending multiple invoices in one requests

One of my clients gets HTTP 503 every time they try to send multiple invoices in one request. Is anyone else having this issue? I am using CURL to send a request to XERO, is this message from XERO? Response Header Response Body Thanks, Komal
Komal
  • 1
0
votes
0 answers

CURL returns a successful response, but "requests" - 403

I am sending some request. Using curl - I successfully get the response (400 code). But by converting this request to python requests - I get only 403. CURL: curl -H 'content-type: application/json' -H 'authorization: Basic aXBob25lOmc0Wmk5cTEw' -H…
Ivan
  • 37
  • 6
0
votes
0 answers

Allow nginx to send strong etag after gzipping

I have a node server that will send a huge payload, which I am currently gzipping at nginx layer. nginx is making the etag weak upon gzipping and akamai doesn't cache based on weak headers. Need a way of by passing weak etag generation at nginx…
Keer
  • 75
  • 7
0
votes
1 answer

How to integrate Akamai FastPurgeAPI into AEM using Java code?

I am trying to integrate FastPurge API into my AEM Event listener. I have read documentation but couldn't follow it. Below, I have attached my listener. public class PublishListener implements EventHandler() private static final Logger logger…
Bhavani K
  • 163
  • 1
  • 1
  • 13
0
votes
0 answers

Data-Transer increased after migrating to EKS

Recently, I migrated one of my applications to EKS. Which was before on normal nginx-EC2 setup. Frontend is in NextJS and backend is in nodejs and I am using akamai for caching for both frontend and backend. Before migrating to EKS the data-transfer…
0
votes
0 answers

Issue in java code while purging cached url's in Akamai

I'm using java code to purge the cached url's in Akamai. I'm getting 200 response but it's actually not purging the cached url's. where am I going wrong? import java.io.IOException; import java.net.URI; import java.util.List; import…
SKola
  • 1
  • 1
0
votes
0 answers

Can modern Web Application Firewalls (WAFs) detect requests originating from intercepting proxies

I'm curious about the behavior of modern Web Application Firewalls (WAFs) when it comes to dealing with requests originating from intercepting proxies. I'd appreciate any insights, experiences, or recommended practices on this topic. My…
electron
  • 1
  • 3
0
votes
0 answers

Akamai url is not hitting dispatcher in AEM

I have configured everything in Apache and dispatcher modules in AEM to use Akamai URL. Farms and renders and vhost. When I try to access the domain, I receive an ERR_SSL_PROTOCOL_ERROR. There is no entry in the Apache logs. It appears that the…
Mario R
  • 171
  • 6
0
votes
1 answer

Akamai Cache rest url based on the query string pattern

We have a rest request going to an external server and getting the response back. This is exposed over the internet. --https://resst.xyzs.com/api/remote/app/tax/task/lookup?placeName=urban&age=17&state=MD&atg-rest-http-method=get How can i cache…
Anilal
  • 31
  • 1
0
votes
1 answer

Rewrite uri or similar in Akamai

I have an angular + springboot app and would like to use Akamai as our CDN going forward. We have this setup in our current CDN. If request uri does not contains extension, then rewrite the uri i.e. replace(‘/folder.*/‘ ,’folder/index.html’) and…
bittersour
  • 937
  • 2
  • 11
  • 32
0
votes
0 answers

How to upload upload image/file to akamai server using play framework

This is the code in scala how can we do a similar thing in java using the play framework reference: -> Play WS - post multipart/form-data from scala - Bad Request import akka.stream.scaladsl.FileIO import akka.stream.scaladsl.Source import…
suv1sh
  • 43
  • 1
  • 10
0
votes
0 answers

Setup Firebase deep link when using Akamai CDN with a CNAME

How do I validate the Firebase TXT token for my website to configure deep linking for an app, when my site is using Akamai Content Delivery Network (CDN) that has an existing CNAME record. How can I achieve deep linking? I checked and found CNAME…
Rhea
  • 1
0
votes
1 answer

Akamai Sureroute - Path based routing

We are using Akamai to route requests from internet to our network. I do not have access to the Akamai configurations/settings to verify how it has been set up or what all features we use. As per information I have, we are using Akamai Sureroute to…
Jacob
  • 426
  • 3
  • 19
0
votes
1 answer

Akamai Bypass (Java)

I am writing a bot to auto purchase items on a website (zalando). Everything goes well from login to adding items to shopping cart but at the very end it doesn't work anyomore. It sends this error: { "edge_error": "halt", "ref_id":…