Q: The limit of 512 characters does not work, it stops at 381 characters: "

php

$data = json_decode(file_get_contents('php://input'), true);

$curl = curl_init();

curl_setopt_array($curl, array(
CURLOPT_URL => "https://api.example.com/v1/users",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_C"

I also just realized that the character limit is indeed in some cases very limited.

K.RensPLUSApr 19, 2022
Founder Team
Shreyans_AskJarvis

Shreyans_AskJarvis

May 14, 2024

A: Hello,

We recently released an update fixing the issue of characters. You should now get the numbers of characters in your deal and some more. Please get back to us if the issue persists.

Thank you for trying out AskJarvis.

Share
Helpful?
Log in to join the conversation