_method=GET in Rest APIs
As per http://developers.marketo.com/rest-api/error-codes/
We can convert a GET API to POST type by appending _method=GET in URL
Would this also be done to make API hits more secure ?, as POST request are more secure than GET
Also,
By using _method= GET in rest APIs , some times getting proper response.... while sometimes getting error array as.... [{message=name cannot be null., code=701}, {message=folder cannot be null., code=701}]
Do anybody came up with same case,
or
what would be probable reasons for it..?