-1

I have configured a simple passthrough proxy for my backend API. It's working fine for URL's that return short data. I have one URL that returns around 700KB of data. For this, it returns only partial data (around 54K) with 200 status. Is there a way to increase the size limit on the API proxy?

It doesn't even return the 'chunked' response :-(

mmh
  • 63
  • 2
  • 8
  • Are you building it in standard proxy xml or in Node/javascript/python? – brandonscript Jan 10 '14 at 16:04
  • @r3mus - I am building it in a standard proxy, nothing special about it. As mike-malloy below mentions it, looks like there was some issue in router component. It seems to be resolved now and my api proxy works fine. – mmh Jan 12 '14 at 15:28

2 Answers2

0

This may be due to a recent change to the router component. We are currently evaluating the best way to alleviate this issue. The engineering team is engaged in solving this.

Mike Malloy
  • 1,520
  • 1
  • 15
  • 19
0

This issue should now be resolved. If you run into any problems in the future, please contact us.

Mike Malloy
  • 1,520
  • 1
  • 15
  • 19