• Got latest WP and OAuth server plugin.
    Tested with Postman, using this guide.

    OAuth signature does not match response and a 401 status.

    My POST:
    https://www.site.com/oauth1/request?oauth_consumer_key=lPdqr6UQx5bd&oauth_token=&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1486519078&oauth_nonce=TlzIwKwRFUx&oauth_version=1.0&oauth_signature=A4xaFoRQwBKpb2B7%2BAn220djDQc%3D

    My headers:

    Access-Control-Allow-Headers →Authorization
    Connection →keep-alive
    Content-Type →text/html; charset=UTF-8
    Date →Wed, 08 Feb 2017 01:56:48 GMT
    MS-Author-Via →DAV
    Server →nginx
    Transfer-Encoding →chunked
    X-Powered-By →PHP/7.0.15
    X-Powered-By →PleskLin

    Help? ??

    • This topic was modified 8 years, 1 month ago by Duke.
Viewing 3 replies - 1 through 3 (of 3 total)
  • In Postman under Authorization try deselecting “Add params to header“.

    • This reply was modified 8 years, 1 month ago by brionace.
    Thread Starter Duke

    (@dukessa)

    I did, since with that option on it doesn’t seem to work at all, even on other sites I tested with, where the process goes through ok.

    Is there anything about nginx that could affect this?
    This website uses nginx + apache and has object caching (memcached)… it’s the only things that I can think of, that are different from other sites I tested with (no persistent caching and no nginx).

    I could only get a response by sending data as “raw” (instead of form or x-www-form-urlencoded)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error: OAuth signature does not match’ is closed to new replies.