Copy link to clipboard
Copied
Hi folks,
I'm working with the Woocommerce API. All my get commands work fine, but the put command returns a 405 error - verb not allowed. I've checked the cfm handlers in IIS, and it's set to allow all, and I do not have WebDEV installed in IIS. Any other suggestions on what to check?
Thanks.. Gary
Copy link to clipboard
Copied
Use something other than ColdFusion to test the API to take CF out of the equation.
Use PostMan or even JavaScript, for example.
Copy link to clipboard
Copied
Thanks. I forgot to come back here and delete my post. I had a brain fart. Post was allowed on the CF server instead of the Woocommerce site's webserver.