Hi everyone ,
I’m working on a scenario in Make where I’m trying to connect to a custom endpoint on my WordPress site using the HTTP module.
Here’s what I’ve done so far:
I set the method to GET
Provided the correct URL (e.g., https://example.com/wp-json/myplugin/v1/data
)
-Tried using basic authentication with username/password
But I keep getting a 403 Forbidden
error.
Questions:
- Do I need to use an application password instead?
- Is there a better way to handle WordPress API authentication with Make?
- Any example of working headers or connection setup?
Thanks in advance!
Happy to share more details if needed.