Welcome Guest, Not a member yet? Register   Sign In
Need help with Xmlrpc over https
#1

Hello everybody, I need some help with Xmlrpc over https.

When I try to send a request to the server, I get this error

"Did not receive a '200 OK' response from remote server. (HTTP/1.1 302 Found)"


I think that this happens because of my htaccess, which is

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mydomain.com/$1 [R,L]

I use this htaccess configuration because I want to force every request over https instead of http. Can this be the root cause of my problem? There's a way to avoid https rewrite if the request is already sent over https?
Reply


Messages In This Thread
Need help with Xmlrpc over https - by geekita - 07-12-2015, 04:07 PM
RE: Need help with Xmlrpc over https - by ciadmin - 07-12-2015, 05:11 PM
RE: Need help with Xmlrpc over https - by geekita - 07-12-2015, 07:07 PM
RE: Need help with Xmlrpc over https - by geekita - 07-12-2015, 07:41 PM
RE: Need help with Xmlrpc over https - by ciadmin - 07-12-2015, 09:48 PM
RE: Need help with Xmlrpc over https - by geekita - 09-17-2015, 11:39 AM
RE: Need help with Xmlrpc over https - by geekita - 11-28-2015, 08:18 AM
RE: Need help with Xmlrpc over https - by geekita - 11-28-2015, 03:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB