Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

curl --referer www.ea.com "https://proclubs.ea.com/api/nhl/clubs/matches?clubIds=52912&platform=common-gen5&matchType=gameType5"
-H "Accept-Language: en-US,en;q=0.5"
-A "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0"
-H "Connection: keep-alive"
Problem: No response is returned
Code (NodeJS application)
let url = `https://proclubs.ea.com/api/nhl/clubs/matches?clubIds=52912&platform=common-gen5&matchType=gameType5`;
let headers = {
'Accept-Language': 'en-US,en;q=0.5',
'Connection': 'keep-alive',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0',
'Referer': 'www.ea.com'
}
var options = { "method": "GET", "headers": headers};
console.log("Finished");
const response = await fetch(url, options);
console.log(response);
Any ideas what could be wrong?
Niketan Sharma
819167b5336c456e9ad38395fec1c5
SarkariResultht
e3002a14a547406799fe27a6abf211
9e483d26583f44f6bafe369a29b405
keneucker
keneucker
Shamoil Khan
Frederik
f25932a0b984430fb48c4256f1aaad
0a2e7912d2f74bccbaac42bf8f769b