Hi everybody I'm testing REST webservices in Prestashop 1.5.5.0 and in my local installation it works fine. But in my hosted one it's always prompting for the Key. It's strange so the only prerequisite is having curl extension. The only clue I find is that Prestashop complains about url rewritting but it works fine. Any help would be appreciated. asked 27 Sep '13, 04:09 egomezpe |
URL rewriting is definitely active on your server. You might need to set the RewriteBase in your htaccess for it work properly, eg:
If you're running Prestashop below the root URL, like /shop or whatever, then set the RewriteBase to that. If that doesn't help with the key issue, then feel free to open a support ticket with the specifics of the problem and we'll be happy to take a closer look. answered 27 Sep '13, 13:24 seanf |