View all Reviews

  Free UK Delivery Available

Desktop

 
 
 

Tablet

 

Mobile

 

Shopping Cart 0 items

Your basket is empty

Shop now
 

Have a voucher code?

Delivery £0.00

Total £0.00

// Function to send the webhook request with the "awc" cookie const webhookUrl = 'https://n8n.shopblocks.com/webhook/awin-server-to-server-cookie'; // Replace with your existing webhook URL method: 'POST', // Adjust the method to match your webhook's requirements (POST, GET, etc.) 'Cookie': `awc=${cookieValue}` // Append the "awc" cookie to the request headers // Trigger the function