in reply to Getting 500 Internal Error while calling POST method by passing content in PERL script

You don't say what API/Service you are communicating with, and the error is being returned by this service. You'd need to check their API documentation or contact them if you are having problems. As it stands nobody will be able to help you with this, too many unknowns.

  • Comment on Re: Getting 500 Internal Error while calling POST method by passing content in PERL script

Replies are listed 'Best First'.
Re^2: Getting 500 Internal Error while calling POST method by passing content in PERL script
by sathis4mailing (Initiate) on Apr 13, 2020 at 12:58 UTC
    Marto , Thanks for your response. The following REST API "https://*************/instance" is working fine in the POSTMAN. I am facing issue while executing through the perl code and not sure what is wrong in the code.