Redirecting does not remove anchor from the URL |
(04-19-2023, 03:31 AM)Muzikant Wrote: return redirect()->to('to'); redirecting http://localhost:8080/from#old-anchor to http://localhost:8080/to#old-anchor, which it should not. You say it should not. But why should not? At least major browsers do so. |
Messages In This Thread |
Redirecting does not remove anchor from the URL - by Muzikant - 04-19-2023, 03:31 AM
RE: Redirecting does not remove anchor from the URL - by kenjis - 04-19-2023, 04:37 AM
RE: Redirecting does not remove anchor from the URL - by Muzikant - 04-20-2023, 01:04 AM
RE: Redirecting does not remove anchor from the URL - by kenjis - 04-21-2023, 05:12 AM
RE: Redirecting does not remove anchor from the URL - by Muzikant - 04-23-2023, 08:09 AM
RE: Redirecting does not remove anchor from the URL - by kenjis - 04-23-2023, 05:32 PM
RE: Redirecting does not remove anchor from the URL - by Muzikant - 04-24-2023, 07:59 AM
RE: Redirecting does not remove anchor from the URL - by kenjis - 04-23-2023, 05:30 PM
RE: Redirecting does not remove anchor from the URL - by kenjis - 04-24-2023, 04:49 PM
RE: Redirecting does not remove anchor from the URL - by ping-yee - 04-25-2023, 02:24 AM
|