Displaying 1 result from an estimated 1 matches for "amazon_response".
2006 Jul 07
0
Net::HTTP.get_reponse issues ...
...arch'',
''ResponseGroup'' => ''Small,Images'',
''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...