I was wondering if anyone has run into this problem. I post using a
Net::HTTP object and instead of getting Net::HTTPResponse object, the
server returns an Array causing an error since an we typically attempt
to read the body of the Net::HTTPResponse object. Does anyone know
why this is occurring? Thanks