Hi.
I have url like this http://example.com/tag/София/new.json and I want to make get request with HTTParty, but when I do HTTPArty.get "http://example.com/tag/София/new.json" I get:
URI::InvalidURIError at / bad URI(is not URI?): link here
Any ideas how to handle this ?
Thanks in advance, Mitko Kostov.