|
From: Christoph Z. <ci...@on...> - 2018-12-28 22:07:09
|
Am 28.12.2018 um 22:34 schrieb Mark Phillips: > 3. http://www.mophilly.com/wk/MTI/ > Result is a 301 if using Firefox. Just tried this and got a 302 that redirects me to the same address with https, which then yields a 501 (method not implemented), which is expected when using a GET request. After a POST request, I got a 200 with an error message indicating that I should use an XML-RPC client. The redirect from https to http seems to be cause by your Apache configuration (if not done by your Webware app) and that's the thing that confuses your old client. So you must tell your old client to use https instead of http, or change your Apache configuration so that it uses http. For security reasons, the former would be preferable. And you should also set ShowDebugInfoOnErrors = False in production in the AppConfig. -- Christoph |