Akamai
Setting up Traffic Splitting with Akamai
Using Akamai allows you to serve your content from Akamai's edge servers, which can help reduce latency, improve load times, and offload traffic from your origin server.
Create a Rule Group
In the Property Manager Editor, in the Configuration Settings panel, add a new Rule Group "Glopal Traffic Split"
.
Modify Criteria
Select "Add match"
If: Path, Matches one of
Enter each URL string as a comma-separated value describing a list of in-scope paths you want to delegate to Glopal, for example: "
de_de/*, fr_fr/*
".
Add Behaviour: Origin Server
Create a new behaviour by selecting "Add Behaviour" of type "Origin Server".
Set the values:
Origin Type: Your origin
Origin Server Hostname: Enter the
GLOPAL_HOSTNAME
value you receive from Glopal, for examplestore-1234.app.glopalstore.com
.Forward Host Header: Origin Hostname
Cache Key Hostname: Origin Hostname
Supports Gzip Compression: Yes
Send True Client IP Header: Yes
Origin SSL Certificate Verification
Use SNI TLS Extension: true
Add Behaviour: Modify Outgoing Request Header
Create a new behaviour by selecting "Add Behaviour" of type "Modify Outgoing Request Header".
Set the values:
Header Name:
X-Forwarded-Host
Header Value:
{{builtin.AK_HOST}}
Last updated