John Boxall

Results 46 comments of John Boxall

@jamesls I'm using the sync command to deploy a generated static website. With the current version, I'm re-uploading all files every sync because the mtime changes when the site is...

A similar issue on the TS SDK: https://github.com/anthropics/anthropic-sdk-typescript/issues/816

As of November 14, 2025, structured output is now available in beta directly in the API: https://www.claude.com/blog/structured-outputs-on-the-claude-developer-platform https://docs.claude.com/en/docs/build-with-claude/structured-outputs

A specific case where it is useful to have the "shopper" facing host is when doing CORS – you might want to decide whether to respond with `Access-Control-Allow-Origin` headers based...

When we think about how we want to expose this, it should use Express' trust proxy feature: https://expressjs.com/en/guide/behind-proxies.html This would make [`req.hostname`](https://expressjs.com/en/4x/api.html#req.hostname) behave as folks expect. _This is related to...

Hey @mgalassi – if you submit a support request, internal teams can help enabled the `x-forwarded-host` header on your eCDN zone: https://help.salesforce.com/ Please note that this is a best effort...