Jump to content

Webservice Authentication


TinyStore

Recommended Posts

I cannot get past the authentication.  Has anyone else had this issue?

I have cURL and rewrite URL enabled.  I created a key (everything checked)and just enter it for the username.  

According to guide I shouldn't have to do anything else.

http://doc.prestashop.com/display/PS16/Web+service+one-page+documentation

 

Here is the solution and can someone add it to the guide?

Quote

To solve, edit .htaccess and add just after

RewriteEngine on

the code:

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]

 

 

https://www.prestashop.com/forums/topic/599302-api-authentication-with-plesk/

Edited by TinyStore (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...