Jump to content

host can't fix PUT Method to update product Info. Alternatives?


Recommended Posts

Its been over a week and I am still dealing with the same issue, I cant use PUT to update product information. The request does not even get to the class/webrequest.php.

 

Methods POST and GET work with not issues I am able to add products and others.

 

 

At this point I am thinking of accessing the DB directly to update product info. Is there any API that does not use SOAP or REST and can be use local (same machine)?  I know this defeats the purpose of webservices, but I am looking for options. FYI, I will have my integration running on a CRON on the same machine

 

anything that I can suggest to inmotionhosting? or reroute the PUT to POST?

 

Update

Ok I found an alternative that I think could work, it requires to change core code.

http://www.hanselman.com/blog/HTTPPUTOrDELETENotAllowedUseXHTTPMethodOverrideForYourRESTServiceWithASPNETWebAPI.aspx

 

I am still in the listening mode if someone has other ideas 

 

 

Thanks

Edited by neugon (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...