Displaying 1 result from an estimated 1 matches for "onca".
Did you mean:
nca
2006 Jul 07
0
Net::HTTP.get_reponse issues ...
...''SearchIndex'' => ''Music'',
''Artist'' => search_artist}.map { |key,value|
"#{key}=#{value}"}.join("&")
amazon_response = Net::HTTP.get_response(''webservices.amazon.co.uk'',
''/onca/xml?'' << amazon_params, 80)
@xml = amazon_response.code
end
But it will only ever return a 500 - Internal Server Error response, yet
if I type the URL in manually the response comes back as it should.
This is my first dabble with the Net:HTTP library so I apologize if...