• Hi there,

    I’,m sure this is something amazingly obvious that I’m missing but I wonder if someone wouldn’t mind just pointing me in the right direction here.
    I’ve tried both going through:
    mysite.com/wp-admin/admin.php
    as well as going through:
    https://mysite.com/wp-admin/authorize-application.php?app_name=testing_sr&success_url=https://example.com

    It brings up the page fine, but when I click the button “yes, approve and continue” it just pops an alert up that says “not found” with no further info and sits there.

    Am I missing something here?
    Nathan

    • This topic was modified 4 years, 11 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    To use application passwords from a remote app, make requests through appropriate REST API routes.
    https://developer.ww.wp.xz.cn/rest-api/using-the-rest-api/

    Thread Starter nathantech

    (@nathantech)

    I did. Which is where I got the “not found” alert from with no further information other than a dismiss this notice. But it doesn’t say what is not found. ?

    Moderator bcworkz

    (@bcworkz)

    The query that WP composed based on requested parms failed to find any matching results. If you know a little SQL, examining the query’s SQL can be good clues to why it failed. To see the SQL from an API request, hook the “posts_request” filter and error_log() the passed SQL for further examination.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘“not found” with application passwords’ is closed to new replies.