jcros Posted December 9, 2014 Share Posted December 9, 2014 Hi everybody !! I activate webservices but that doesn't work. I will explain what i do : - Activate SSL => OK - Activate Webservice => OK - Delete .htaccess and recreate it (many times ...) - My .htaccess contains the redirect rule for webservice to api RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] - I add a key for a new webservice and select some object to expose like customer. - i Test with PSWebServiceLibrary.php - i acces with mysite/api But that doesn't work :/, it loops on the authentification key Thanks in advance Johan Link to comment Share on other sites More sharing options...
NemoPS Posted December 9, 2014 Share Posted December 9, 2014 What if you try without ssl? Link to comment Share on other sites More sharing options...
jcros Posted December 9, 2014 Author Share Posted December 9, 2014 Hi Nemo1, i try with and wihtout the same. I test it on a localwebsite in 1.6.0.5 it works :/ .htaccess seems the same Link to comment Share on other sites More sharing options...
NemoPS Posted December 9, 2014 Share Posted December 9, 2014 Something permission-related? It's gotta be the server if your local one works Link to comment Share on other sites More sharing options...
jcros Posted December 9, 2014 Author Share Posted December 9, 2014 (edited) I think because, a local copy works fine. You know how i can check this ? My prestashop is hosted by OVH Thanks Nemo1 for your help Edited December 9, 2014 by jcros (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts