You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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's undefined once deployed on supabase.
Thanks!
The text was updated successfully, but these errors were encountered:
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: #205
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.
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!
The text was updated successfully, but these errors were encountered: