What's the code snippet and what makes you think they're not being used?
What's the code snippet and what makes you think they're not being used?
fetch() doing it, or something else.this.creds does exist, i even manually entered it, but i dont have another server from a different origin to test it against hmm

node_compat = true in Wrangler.toml, yes.this.creds const response = await fetch(`https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=iphone`, {
headers: {
"Authorization": `Basic ${this.creds}`,
"Content-type": "application/json",
}
})