Я хочу почистить сайт вот так:
url = 'https://www.example.com/projects/search?scope=projects'
content = @clnt.get_content(url,nil,CONF.header)
doc = Nokogiri::HTML(content)
Но я получаю следующее сообщение:
/projects/search?scope=projects: a relative URI in location header which is not recommended
'The field value consists of a single absolute URI' in HTTP spec
Cookie#domain returns dot-less domain name now. Use Cookie#dot_domain if you need "." at the beginning.
Кто-нибудь знает, как с этим справиться?