Alexey Zilber

Results 10 comments of Alexey Zilber
trafficstars

> the upstream library that Terraform uses to make the API calls - cloudflare-go. @jacobbednarz @andyli Looks like support was already added https://github.com/cloudflare/cloudflare-go/pull/1028 https://pkg.go.dev/github.com/cloudflare/cloudflare-go#API.CreateR2Bucket Example here: https://github.com/cloudflare/terraform-provider-cloudflare/blob/3d0674f8c32e3a1b060233ef85bd5c0d3774ebf7/internal/provider/resource_cloudflare_worker_script_test.go Looks like it's...

azcopy sync isn't in preview. What version of azcopy are you using? I have 10.23.0 and I don't see that message.

[Passwordless.dev](https://bitwarden.com/products/passwordless/)

> > Proxy would be a great addition. Something as simple as this: [deno.land/x/[email protected]](https://deno.land/x/[email protected]) > > ..or reflare! https://github.com/xiaoyang-sde/reflare Now that reflare is gone, something needs to fill that space.

I'm able to do it like this: ``` const newRequest = new Request(url,c.req.raw); newRequest.headers.set('X-Connecting-IP',`${REALIP}`) const res = await fetch(newRequest) const newResponse = new Response(res.body, res) newResponse.headers.set('X-Custom-Router', 'Hono') return newResponse })...

@eitelkrauss are you just trying to proxy everything? The above is only half the solution then. You also need to send through the queries/params. I believe c.req.raw will send through...

Hi @psteinroe , what are you trying to do? Hono works really well for proxying. I'm on 3.12.8 currently. I think the gist is, you create a new request with...

We didn't see any increase of connections at the origin. In fact, we saw the opposite, nothing was getting through at all.

This was the original error from the Compute. I'll setup a test next weekend. `stdout | b3c222fb | Error: DOMException { code: 19, message: "HTTP response timeout", name: "NetworkError", INDEX_SIZE_ERR:...

This may be related to https://github.com/Azure/acr/issues/103 Cc @sivagms