in reply to I got HTTP POST error message: Internal Server Error

Try to make same request in your browser, record it (using Firefox's Firebug or HTTPFox or Wireshark). Next analyze it and compare to your request from the program, make changes and be happy.
  • Comment on Re: I got HTTP POST error message: Internal Server Error

Replies are listed 'Best First'.
Re^2: I got HTTP POST error message: Internal Server Error
by iamAnne (Initiate) on Sep 19, 2014 at 06:31 UTC

    I'm already did but still I get the same error?

      The error is produced by the program running on the server.

      Most likely you are sending unexpected data to the remote side and the remote side does not know how to handle this.