Open tgdn opened 1 year ago
It's important to me as well. I need to be able to create proxies via Deno.createHttpClient()
. I've registered an issue on edge-runtime repository: https://github.com/supabase/edge-runtime/issues/205
Transferring to edge runtime repo because it likely requires changes to the container.
Hey @sweatybridge can we get an update on the resolution of this issue? If resolved, can we get some documentation on how to make it work? Without this feature, we must switch to AWS Lambda and use NodeJS.
Any news related to this issue? I ran into it today ...
Is your feature request related to a problem? Please describe. I'd like to use the
fetch
unstable API from Deno in order to use a client certificate to make requests to a secured server.Describe the solution you'd like Allow basic
unstable
APIs from Deno. Right now Deno on supabase is very limited, it's impossible to use for even simple use cases such as this one.Describe alternatives you've considered Either there is a solution or I'll have to use something other than supabase.
I've tried using
Deno.createHttpClient
, but it'sundefined
once deployed on supabase.Thanks!