Can I use phantomjs to proxy ajax requests to another server?
During development, I am using webpack server to proxy '/api/**' requests to my local backend server . However, when using phantomjs for prependering, I encounter a 404 error with my ajax requests.
Manually making ajax requests to ** works perfectly fine. Is there a way to keep my services clean by avoiding this manual process?