Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for anchor urls #9

Open
zendevil opened this issue Mar 21, 2020 · 2 comments
Open

Add support for anchor urls #9

zendevil opened this issue Mar 21, 2020 · 2 comments

Comments

@zendevil
Copy link

When I add an anchor into the url like so: "http://myurl.com/foo/#bar1" or "http://myurl.com/foo/#bar2", pushy is unable to detect these. How can I make this work in pushy?

@rafaeldelboni
Copy link

I had a similar problem and I needed to set the to solve path-prefix
Here is my "fork", if the owners like I can make a PR with this, they aren't breaking changes.

@olivergeorge
Copy link

olivergeorge commented Jun 10, 2022

Just to reiterate the value this would bring.

While normal URLs are nice for lots of reasons it's additional friction if you're deploying a simple webapp as static files.

The complication being the webserver needs to be configured to redirect multiple URLs to a single index.html page. That's beyond the scope of a simple CDN deploy.

Azure App Service has some configuration which does it neatly. AWS S3 barely does (using generic error code response). It's all a bit messy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants