You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I request url like this one: r = HTTP.get('https://international.la-croix.com'), it returns the code of 200: r.code => 200, but when I want to print the response body, it just returns blank string: r.to_s => "".
This problem only appears in some urls, and most of them works fine.
The text was updated successfully, but these errors were encountered:
When I request url like this one:
r = HTTP.get('https://international.la-croix.com')
, it returns the code of 200:r.code => 200
, but when I want to print the response body, it just returns blank string:r.to_s => ""
.This problem only appears in some urls, and most of them works fine.
The text was updated successfully, but these errors were encountered: