Re: FrontBase

2017-03-27 Thread William Luu
You might have more luck on their dev mailing list? http://www.frontbase.com/cgi-bin/WebObjects/FBWebSite I did a Google search on the error message (Wrong magic number) in your stackexchange post and found these: - https://lists.apple.com/archives/webobjects-dev/2010/Sep/msg00706.html - https://l

RE: WebApi - PUT and DELETE

2017-03-27 Thread djones147
Hi all, Many years ago I had to debug a problem with a web server that used Delete to remove files on the server. The reason it failed was that a proxy server was rejecting the PUT and DELETE verbs. Fast forward to six months ago, I was argued out of only using POST and GET on the service ca