Sfisioza
Sfisioza

Reputation: 3930

JSONP 414 (Request-URI Too Large)

I'm trying to send huge amount of data (~50000 bytes) to another server using JSONP, but I get 414 (Request-URI Too Large) response (JSONP allows only GET). Splitting the data to 2k chunks slows down a lot the whole app, so I'm looking for some other solution.

I've tried to change LimitRequestLine directive in Apache's virtual host, but seems this has no effect, still the same error.

Any other ideas how to send to fix this problem? Maybe some other solution than JSONP?

Upvotes: 6

Views: 1449

Answers (1)

Pranav Singh
Pranav Singh

Reputation: 20111

Might be this help. I found it a long time ago & bookmark on Flickr.

enter image description here

Upvotes: 7

Related Questions