Hash get's lost on Safari/Webkit browsers

I also like to point out that in Safari 12, the redirectUri cannot include the filename.
For example:

http://localhost:5000/foohome WORKS
http://localhost:5000/foohom/ WORKS
http://localhost:5000/foohome.html/ **DOES NOT WORKS**
http://localhost:5000/foohome.html **DOES NOT WORKS**
3 Likes