• The plugin doesn’t work for me. In my local apache server I have a subfolder… my wordpress website is located at https://localhost/wordpress/. I can’t have https.

    If I use

    curl -X GET \
      'https://localhost:80/wordpress/api/auth/generate_auth_cookie/?nonce=ee9d27ba44&username=Catherine&password=password-here' \
      -H 'cache-control: no-cache' \
      -H 'postman-token: 75dbe4fd-602b-98e3-7568-fe40a1a245f4'

    I receive:

    {
      "status": "error",
      "error": "I'm sorry Dave. I'm afraid I can't do that. (use _https_ please)"
    }

    Have you advice for me?

    Thanks

    • This topic was modified 7 years, 6 months ago by lsantaniello.
    • This topic was modified 7 years, 6 months ago by lsantaniello.
  • The topic ‘Doesn’t work for me’ is closed to new replies.