SendRequestAndReadResponse - HTTP Web Request Mgt - Procedure

Dear all!

The case : I am having to do a post request using http method.

What i need to know is , when exactly, does the post request in the sendrequestandreadresponse procedure, occurs?

Because there are times that i am getting a timeout error in the getwebresponse , which is called by getresponse procedure ( codeunit 1299) , and i would like to clarify that this timeout occurs after my post request.Which means that my post request has successfully occured and the problem is with the response that i am getting from the other side.

Thank you in advance!

Answers

Sign In or Register to comment.