Is there an angle limit to request post?

Asked

Viewed 112 times

2

I’m making a post request via $http at the angle, and when my back-end returns a very large json string it doesn’t load, it makes me wonder if there are any settings that limit a request that returns a very large string.

My back-end is in PHP.

  • is a HTTP/GET?

  • 1

    You’ve seen post_max_size in PHP.ini?

  • Sorry for the ignorance, but it’s a POST, and as a result to this post I do, which is nothing more than passing any id to my back-end, it generates a "mega string" and returns to my front-end treat.

  • What size are we talking about, in KB?

  • 8947 characters. I don’t know exactly how many KB there are.

  • 1

    What happens is that Angularjs is not good for rendering very large lists with ng-repeat, tries to paginate your data or use Infinite scrolling.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.