Closed PrinceBaghel258025 closed 1 month ago
@sutyum sir, having issue with rewriting request with shortened headers. the way I am trying to rewrite headers:
const headerlessRequest = new Request(request.url, {
method: request.method,
body: request.body,
headers: essentialHeaders
});
suggestion from claude is to include duplex: "half"
but Request constructor does not allows that
The latest updates on your projects. Learn more about Vercel for Git ↗︎