0

I am running a webservice which has "GET" method in it, but I am facing "HTTP Status Code=411(The remote server returned an error (411) Length Required)" error. How do I rectify this?

girlytech59
  • 408
  • 2
  • 6

1 Answers1

0

try adding a header with length information in it.

Abhishek Asthana
  • 1,857
  • 1
  • 31
  • 51