We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example invocation
devd -A0.0.0.0 ./
example request from a different host
curl http://172.17.0.2:8000/index.html
this causes a 301 response. I expected it to return a 200 response with the file index.html.
index.html
is there a way to setup devd so it returns a 200 response?
context: my client doesn't follow redirects atm. i am using devd 0.8
edit: this looks like the relevant code,
devd/fileserver/fileserver.go
Line 451 in 220423d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
example invocation
example request from a different host
this causes a 301 response. I expected it to return a 200 response with the file
index.html
.is there a way to setup devd so it returns a 200 response?
context: my client doesn't follow redirects atm. i am using devd 0.8
edit: this looks like the relevant code,
devd/fileserver/fileserver.go
Line 451 in 220423d
The text was updated successfully, but these errors were encountered: