Skip to content

Is it possible to redirect() to an html anchor? #1326

Answered by yusukebe
charnould asked this question in Q&A
Discussion options

You must be logged in to vote

Hi.

Which runtime do you run your app?

I've tested the following app on Cloudflare/Wrangler and this works well. It is redirected to http://localhost:8787/foo#bar.

app.get('/', (c) => {
  return c.redirect('/foo#bar')
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@charnould
Comment options

Answer selected by charnould
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants