How to solve the error "(413) Request Entity Too Large." when testing web service using TestComplete
Hi Everybody I am facing an issue when sending request to the webservice using TestComplete: I am getting the error"(413) Request Entity Too Large." I did some search, it is said ...
I believe that I may update this: the problem was in some extra not necessary data included in the request. The problem has gone after the request was correctly populated with the expected data.