Skip to content

Commit

Permalink
Update route.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros authored Sep 3, 2024
1 parent 2f4633f commit 10a467f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/api/imagens/anroll/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ export async function GET(request) {
headers: {
"Authority": new URL(url).host,
"Host": "anroll.net",
"Content-Length": 55,
"Origin": "https://www.anroll.net",
"Referer": "https://www.anroll.net/",
"Referer": url,
"Path": new URL(url).pathname,
"Cf-Ray": "8bc942b6981b5210-GRU",
"Nel": '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}',
"Report-To": '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5cULeDVZhT2XGTomTHZHBNgkCWrDOMuKCY1imqjyaln4eueUt%2F3W0VHTYV1s0iZ1k%2B5LO%2B5olLC2L5Iw6CJeWk8Z8gMU85aMIummLJ9WoV6QWYxn45cJuguTZD3tF8sZ8pLcjz8e1j6afRMPppvv"}],"group":"cf-nel","max_age":604800}',
Expand All @@ -27,7 +29,7 @@ export async function GET(request) {
"X-Remote-Addr": "172.67.177.146",
"Cluster-Client-IP": "172.67.177.146",
"X-HTTP-Method-Override": "HEAD",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36",
"User-Agent": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.6) Gecko/20050405 Epiphany/1.6.1 (Ubuntu) (Ubuntu package 1.0.2)",
}
});
console.log(testt.headers);
Expand Down

0 comments on commit 10a467f

Please sign in to comment.