If you are getting a 405 Forbidden error when you try to pull from a site that has iThemes Security enabled, try commenting out this line in .htaccess:
RewriteCond %{HTTP_USER_AGENT} "^$" [NC,OR]
Example:
#RewriteCond %{HTTP_USER_AGENT} "^$" [NC,OR]
This resolved the issue for me.