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)) ``` ![Screen Shot 2020-05-27 at 19 14 20](https://user-images.githubusercontent.com/140008/83084472-a8e9a880-a04e-11ea-841f-0eef3f3c77e8.png)

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