Displaying 1 result from an estimated 1 matches for "itnic".
Did you mean:
ionic
2009 Sep 05
0
getting an url encoded uri
Hello,
I am assembling my first cool algorithms with mechanize and I came
across this weird situation.
I am trying to get this uri "http://www.relax.si/kratke
po?itnice.aspx" like this (with url encoded uri):
agent.get("http://relax.si/kratke%20po%u010Ditnice.aspx")
and in return I get:
WWW::Mechanize::ResponseCodeError: 400 => Net::HTTPBadRequest
from /Library/Ruby/Gems/1.8/gems/mechanize-0.9.3/lib/www/mechanize.rb:
238:in `get''...