Tagged Questions
0
votes
1answer
92 views
AJAX request not routing through proxy
I've built a plugin that uses AJAX to post a URL to the URL2PNG API and bring back a screenshot into WordPress via wp_remote_get. It works beautifully in my development environment. In production, ...