Tomás
Results
2
comments of
Tomás
Another workaround ``` require 'httparty' require "awesome_print" url = "https://postman-echo.com/get?foo1=bar1&foo2=bar2" result = HTTParty.get(url) IRuby.html(result.parsed_response.ai(indent: -2, html: true)) ``` 
I'm having the same problem, the problem is related to relative and absolute path if it is absolute it works and if it is relative if will fail