0

http://example.com/user/1/show/fill#step-2 There are many stackoverflow solutions that I have tried, but none of them have worked

I want to access fill#step-2 from above url. Is there a way to get it?

I tried Request::url() Request::fullUrl()

I expect result - fill#step-2

Any suggestion would be helpful. Thanks in advance

Himanush
  • 1
  • 1
  • 1
    In short - basicly you can't. Coz browser won't even send that fragment identifier. Use regular query string args instead `http://example.com/user/1/show/fill?step-2` – Jared Jul 07 '23 at 16:59

0 Answers0