pull down to refresh
0 sats \ 1 reply \ @Maddnz OP 18 Sep 2023 \ parent \ on: Lightning Address Question - how to redirect? bitcoin
Thank you, that sounds like what I think I'm trying to do. Can you point me in the right direction for where I can learn more about this? Thank you.
Depends on your application server. You might need to nginx proxy, or if it's a little more complex you might need a script to do the lookup.
301/302 redirects are quite standards web server behaviours, but you will have to do a lookup initially to know where to redirect to.
So some application coding might be needed.
reply