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

How can I use Azure CDN to deliver my entire site with root domain?

I created Azure CDN Verizon Premium. Endpoint Hostname: https://mysitename.azureedge.net Origin Hostname: https://mysitename.com Origin host header: 123.456.789.12 ( My Server IP ) My Server is: CentOS + Litespeed DNS Provider: Cloudflare Normally,…
Sibi Paul
  • 31
  • 3
3
votes
1 answer

Dynamic dropdown doesn't populate with auto suggestions on https://www.nseindia.com/ when values are passed using Selenium and Python

driver = webdriver.Chrome('C:/Workspace/Development/chromedriver.exe') driver.get('https://www.nseindia.com/companies-listing/corporate-filings-actions') inputbox =…
3
votes
1 answer

How do you disallow crawling on origin server and yet have the robots.txt propagate properly?

I've come across a rather unique issue. If you deal with scaling large sites and work with a company like Akamai, you have origin servers that Akamai talks to. Whatever you serve to Akamai, they will propagate on their cdn. But how do you handle…
joedevon
  • 2,649
  • 4
  • 28
  • 43
3
votes
3 answers

How to set up HTTPS on root domain and www domain on Akamai?

I'm setting up www.example.com on Akamai with HTTPS. I point www.example.com to the Akamai Edge hostname and add the www.example.com domain to my already existing SAN cert on Akamai. My DNS provider does not allow me to set up CNAME records on root…
Stephen Walsh
  • 815
  • 4
  • 18
  • 34
3
votes
3 answers

How to use Akamai infront of S3 buckets?

I have a static website that is currently hosted in apache servers. I have an akamai server which routes requests to my site to those servers. I want to move my static websites to Amazon S3, to get away from having to host those static files in my…
Karthik Balasubramanian
  • 1,127
  • 4
  • 13
  • 36
3
votes
0 answers

How to play akamai secure HD stream URL in JWPlayer

I am having JWPlayer ads version to play my on demand video and live stream. Recently i chose to move for secure HD stream url. I used akamai api to generate token and appended it to the stream url as suggested by akamai in their api. But when i…
nikhil khare
  • 141
  • 1
  • 1
  • 10
2
votes
0 answers

org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl not found Error Android API level 30

I am facing the following issue while including a 3PL(com.akamai:edgeauth:0.2.0 hosted on https://github.com/akamai/EdgeAuth-Token-Java): java.lang.Error: r6.a: Provider org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl not found ... Caused by:…
Tarun Deep Attri
  • 8,174
  • 8
  • 41
  • 56
2
votes
1 answer

Chrome not loading (or redirecting) Vimeo direct video URLs

Context: So I built a website for a company, and it uses Vimeo to host all it's videos. We use the "direct download" URL's Vimeo Pro provides to play a MP4 video using the native
Drew Baker
  • 14,154
  • 15
  • 58
  • 97
2
votes
0 answers

How to deal with Symfonys trailing-slash-redirect given the app is accessed using different domains and path prefixes?

We maintain an api with Symfony 5 running on PHP 8 hosted on Heroku. Every route is prefixed with /api, e.g. /api/myresource. Symfony router includes a built-in 301 redirect for routes with trailing /. Therefore, a request GET…
simon.ro
  • 2,984
  • 2
  • 22
  • 36
2
votes
2 answers

Any CDN out there that is able to cache WebSocket data

Is there any CDN provider able to offer some sort of WebSocket caching either via "Edge Workers" or other mechanism? I would like that some WebSocket requests that we make to be able to serve them as close to the user as possible without us setting…
Adrian Neatu
  • 1,989
  • 2
  • 19
  • 34
2
votes
1 answer

SAPUI5 has suddenly internal load resource error despite no changes in the app

I am using the sap.ui.comp.smarttable.SmartTable control in some SAP Cloud Foundry UI5 apps. Since a week or so, the table control cannot render anymore using the current release (1.74.1) as the following XHR load…
Steven DS
  • 48
  • 4
2
votes
1 answer

Can Akamai use the incoming request Origin header as a variable (for populating CORS Access-Control-Allow-Origin headers)?

I'm setting up Akamai to handle a large number of vanity URLs that all serve the same content: example.com one.example.com two.example.com ... onehundred.example.com These URLs all retrieve static assets from static.example.com, which is currently…
STW
  • 44,917
  • 17
  • 105
  • 161
2
votes
1 answer

Dynamic IP Address Restrictions for .NET Core Web API Application on azure Web App

I have developed a Web API application using .net core 1.0 "version": "1.0.5" and deploying on Azure web app. Currently, I'm facing a problem with an API endpoint when the user hits the endpoint concurrently. So for my CPU/DTU percentage increase…
Parthi
  • 135
  • 1
  • 3
  • 15
2
votes
2 answers

How to ensure my CDN caches CORS requests by origin?

I currently use Akamai as a CDN for my app, which is served over multiple subdomains. I recently realized that Akamai is caching CORS requests the same, regardless of the origin from which they were requested. This of course causes clients that…
Brad Parks
  • 66,836
  • 64
  • 257
  • 336
2
votes
1 answer

Akamai CDN - Whitelist service by Request header or User agent

We are using Akamai CDN as our load balancer and it also servers as a gatekeeper for requests. We usually consume 3rd party services and in those cases whitelist their IP to be accessed in our servers. The service we are currently using cannot…
Night Monger
  • 770
  • 1
  • 10
  • 33
1 2
3
20 21