in reply to http post error

Hi bigup401,

Your code even does not compile. How could you get HTTP error 500?

Replies are listed 'Best First'.
Re^2: http post error
by bigup401 (Pilgrim) on Apr 11, 2015 at 13:52 UTC
    it runs well, on my side, the only problem is that error i get

      A 500 response means there was an error on the server. That's all. Without seeing the server log, or getting the server to show the error in your browser, or seeing your URL so we can guess what error it might have caused, we can't even make a useful guess. It could be anything from a badly formed URL to a permissions problem to an error in a CGI script to an error in the server config -- virtually anything at all.

      Aaron B.
      Available for small or large Perl jobs and *nix system administration; see my home node.

      In this case I cannot help you unless you post what you have on your side.
        i think the problem is not on my side. its server problem coz i have tried 3 api and i get response very well anyway thanks guys