bud.setProxyUrlOn this pagebud.setProxyUrlbud.setProxyUrl is used to specify the URL of the proxy target. Usage Using a string: export default async bud => { bud.setProxyUrl(`http://example.test`)} Using a URL: export default async bud => { bud.setProxyUrl(new URL(`http://example.test`))}