I was wondering if anyone knows whether it's possi...
# help
u
I was wondering if anyone knows whether it's possible to read the headers on an edge function request? Looking at the APIs it doesn't look like that's the case, at least nothing that would be useful such as user-agent or sec-ch-ua-mobile
n
Hello @4a6d65! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
🆕 Edge function headers
g
Here seems to be the things you can do with request info https://deno.land/x/opine@0.26.0/.github/API/request.md req.get("Content-Type");
n
Edge function headers