This topic was automatically generated from Slack. You can find the original thread here.
hey guys, we’re getting an issue with authentication in the Wordpress.org (self hosted) component. We’re using the exact same website_url, name, and app_password for both Pipedream and Zapier. It works for Zapier, but any POST or PUT request we make gives a 401 issue. Have you encountered this before?
Hey , on Pipedream, you will need to remove the protocol in your Domain field, for example, you will input [example.com](http://example.com) instead of https://example.com
I was testing there to ensure it wasn’t an issue on our end. I confirmed the credentials were correct because they were working well on Zapier, and I double checked that everything was input correctly for the integration on Pipedream
it appears that there is a wordpress plugin that needs to be added for this to work from Zapier, do you know if something similar needs to be done for Pipedream?
Hey , thank you for the information. I have trouble reproducing this on my side.
My educated guess is that the Zapier plugins overrides some of the protection on your Wordpress instance, hence, it can by-pass the security checks. While Pipedream uses the API as is, so it failed the default security checks.
Hosted on Cloudflare, my running theory is that Cloudflare is stripping the Authentication header and thus showing unauthorized even though the auth would be valid