Resolving this issue is easy. Each ListenHTTP or ListenHTTPS section in your pound configuration may contain the xHTTP setting. The default value for this setting is 0 (GET, POST, and HEAD). Setting the value to 1 adds support for PUT and DELETE. So putting it all together:
ListenHTTP # ... some settings xHTTP 1 #Support GET, POST, HEAD, PUT, and DELETE # ... some more settings End
Happy proxying!