CURLOPT_POSTFIELDS uzunluk veya boyut sınırı vardır?

0 Cevap php

i want to send with an api some POST data with a large information data from server a to server b. Into server b, i receive only a part of posts data even if with htaccess i increased POST size and other.

php_value upload_max_filesize 400M
php_value post_max_size 400M
php_value max_execution_time 500
php_value max_input_time 400
php_value memory_limit 400M

Bir kıvrılma ile gönderilen mesajlar veri sınırı vardır? ya .. herkes bu sorunu çözmek için nasıl biliyor?

0 Cevap