Sending a POST request with large data set in node js/phantom js results in 413 error. However, using fiddler, if I proxy out the request, it returns data fine when sent in Fiddler or browser.
I have played with maxReceivedMessageSize web.config setting but nothing seems to work with phantom js request.
Do I need any phantom js configuration while setting up the 'page'?