Here's a curl statement for the 401 that was returned (I confirmed it is the same when not logged in)
curl 'https://ui.customsearch.ai/api/search/web?q=games&customConfig=36f01b1a-d43e-4ce7-9b2f-48fc6ae61c69&setLang=en&mkt=en-US&count=10&offset=0&safeSearch=Moderate&textFormat=HTML&textDecorations=false' \
-H 'Accept: */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-type: application/json' \
-H 'DNT: 1' \
-H 'Origin: https://www.giantbomb.com' \
-H 'Pragma: no-cache' \
-H 'Referer: https://www.giantbomb.com/forums/bug-reporting-33/' \
-H 'Sec-Fetch-Dest: empty' \
-H 'Sec-Fetch-Mode: cors' \
-H 'Sec-Fetch-Site: cross-site' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
-H 'sec-ch-ua: "Not A(Brand";v="99", "Google Chrome";v="121", "Chromium";v="121"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "macOS"' \
--compressed
Log in to comment