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

calls localhost/skewer/get instead of localhost:8080/skewer/get ? #93

Open
unhammer opened this issue Oct 28, 2023 · 0 comments
Open

calls localhost/skewer/get instead of localhost:8080/skewer/get ? #93

unhammer opened this issue Oct 28, 2023 · 0 comments

Comments

@unhammer
Copy link

unhammer commented Oct 28, 2023

$ curl -s http://localhost/|grep skewer
<script type='text/javascript' src='http://localhost:8080/skewer?ver=20231028' id='triangular-skewer-js'></script>

console.log says it first does

GET http://localhost:8080/skewer?ver=20231028

and then tries to

GET http://localhost/skewer/get

I don't know why it misses the port.

(I ended up just doing Redirect /skewer http://localhost:8080/skewer in apache)

(I'm just trying to get auto-reload on save when fixing some wordpress php, if anyone knows of a better method I'd love to know.)

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

1 participant