简体   繁体   中英

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 changeLimitRequestLine 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 ?

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

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM