Relevant code:
config = {
base_url: "https://rally1.rallydev.com/slm",
username: "xxxxxxxxxxx@xxxxx.com",
password: "xxxxxxxxxxxxxxx"
}
@rally = RallyAPI::RallyRestJson.new(config)
I'd expect that to success but I get an not in gzip format exception
EDIT: A possible fix is just to disable the transparent_gzip_compresion flag passed to the HttpClient config
Relevant code:
I'd expect that to success but I get an
not in gzip formatexceptionEDIT: A possible fix is just to disable the
transparent_gzip_compresionflag passed to the HttpClient config