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

Malformed Update URI #4

Open
adamgotterer opened this issue Aug 19, 2019 · 0 comments
Open

Malformed Update URI #4

adamgotterer opened this issue Aug 19, 2019 · 0 comments

Comments

@adamgotterer
Copy link

I'm trying to run auto update from a ruby-packer app but have been running into a malformed uri error on multiple webservers I tested on. I logged the request to a very basic webserver which looks like:

HEAD  HTTP/1.0
Host: localhost

I believe this request is missing a / between HEAD and HTTP/1.0 and the port appears to be missing from HOST. A well formed request generated from CURL looks like:

HEAD / HTTP/1.1
Host: localhost:9292
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