in reply to Re: http post error
in thread http post error

it runs well, on my side, the only problem is that error i get

Replies are listed 'Best First'.
Re^3: http post error
by aaron_baugher (Curate) on Apr 11, 2015 at 14:09 UTC

    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.

Re^3: http post error
by pme (Monsignor) on Apr 11, 2015 at 14:02 UTC
    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