-
Notifications
You must be signed in to change notification settings - Fork 322
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
HTTP.get not always returning response body #523
Comments
It's known issue which is fixed in master and I will release new major version as soon as possible. It's related to improper handling of Related issues:
I'm gonna cut 5.0.0-alpha1 gem this weekend with changes in master. |
Thanks 🙏 |
Closing as a duplicate |
Hey.. Just checking if updates on this. Whenever you get the time. Thanks! |
This is a dup of #485. Please see the status update there. |
Saw the examples - and
HTTP.get("https://github.com").to_s
returns the pages HTML.But trying with a few other websites and its only returning a string.
e.g.
HTTP.get("https://www.irepair.in/").to_s
orHTTP.get("https://www.wiinnova.com/").to_s
returns empty string.Just wondering if i'm missing something - or this works on some websites.
Any advice on how to fix this? Thanks.
The text was updated successfully, but these errors were encountered: