KayK
Denoβ€’3y agoβ€’
4 replies
Kay

Deno.serve get full path instead of only params and url

I need to get params from an url like this http://localhost:8000/auth#token_type=Bearer&access_token=CENCORED&expires_in=604800&scope=identify
but the params arnt after a ? but after a # so how do i get that using deno.serve?
Was this page helpful?