wp_remote_get is failing on certain servers
-
I have a plugin that utilizes
wp_remote_get()
to pull in the contents of an external URL, however this fails (404) on various servers (the only one of which I know is https://www.lighttpd.net/) even though the fetched URL exists for sure, and has content.I’ve searched and searched, but not found much info on how to ensure that wp_remote_get is successful across all environments. Does anyone have insights into what causes this to fail and/or workarounds?
Appreciate the help, thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp_remote_get is failing on certain servers’ is closed to new replies.