REST API Error – The specified operation is not supported for the invoked HTTP method
Many a times while trying to use Post method using REST API, we encounter – ” The specified operation is not supported for the invoked HTTP method. Please check the URL and the headers.” Cause of this error is incorrect header parameters/ missing header parameters while making a call to REST API. To fix the issue:…
