Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 437
Sfisioza Avatar asked Oct 22 '13 10:10

Sfisioza


1 Answers

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

enter image description here

like image 81
Pranav Singh Avatar answered Sep 30 '22 19:09

Pranav Singh