• Hello,
    I am trying to authenticate through Rest API for a few days now, without success. I’m using OAuth 1.0a Server plugin.
    I have in my .htaccess

    RewriteBase /app_comment/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    (I’m running on a dev enviroment dev.imok.ro/app_comment)

    Here is an error in Postman: https://prnt.sc/e6zyp8
    I have tried with Get, Post (with application/x-www-form-urlencoded in header), have tried Basic Auth, all return the same error, which is either “OAuth signature does not match” or “Invalid timestamp”. Or in some occasions it gave back some html response, which was the site itself basically. Have tried with Add params to header on/off…

    Any help would be appreciated!!
    Thanks a lot!

    EDIT:
    Since it’s a dev, here are some login if you want to try:
    Client Key rHdjbnBR6VcR
    Client Secret TP2ITRjPg28vSfLLYwquoCALUQuortHNvwFi8X96RruoFshg
    Subscribed
    user: user4
    pass: magor

    • This topic was modified 8 years, 1 month ago by imokweb.
    • This topic was modified 8 years, 1 month ago by imokweb.
  • The topic ‘Rest API and Postman’ is closed to new replies.