Is there a way to send PUT and DELETE requests with webread()
/ webwrite()
?
Trying to do opt = weboptions('RequestMethod','delete')
gets me the following error message:
Error using weboptions (line 223)
Expected RequestMethod to match one of these strings:
'auto', 'get', 'post'
The input, 'delete', did not match any of the valid strings.