php - DocuSign authorization code is empty, the value exceeds 512 characters -
i'm having problem reading authorization code of docusign oauth process. after sending request /oauth/auth
endpoint code authentication.
in php installation, code
paramter redirect_uri
callback ignoring code
value (i'm trying read $_get
request) because exceeds 512 in size.
afaik, get
value has 512 in size in php setups. looks this
eyab7ydioijnvcisimfszyi6iljtmju2iiwia2lkijoinjgxodvmzjetngu1ms00y2u5lwfmmwmtnjg5odeymjazmze3in0.aqgaaaabaayabwaanz4cpp_tcagaampeyz6f0wgcalbmroob_tveutftvd_kfa0nackaaabkt1rgltziytfjztu5lwi0nwytndllnc04mmy4ltg0ngy0n2y2mzi0obuaaqaaabiaaaaaabgaaqaaaauaaaa.dlpjlae5rlvqp5pknmxpk12ouy8ab2qrrp_5consehonx8joimefikt8geafifeu5wpa-aom52ah6pucizefagjenxo46w_tevqdgs2oavl1rijmwmohnjnxbdtskd5oy2oe1o6tq3kn9p7ln5zfhsrhqxyjkknozzndfi6r5oqtiwb3lakljnf3xbvt4tn8mfoaxdc-h9zni5w4bgami6kxnz9km0ryoplbjg3_uqhjjp8mra0vgv9bmpjt4baoaoogy2y6vp1gxw9x5fpx-q6k29bd4ateqbcctp7wgslvmys-o87xsymzovrhdismrrdog2qky0h-i_d2nuq9jg
is there work around this? in advance
this php question.
this so answer shows how extend max length php installations limit it.
Comments
Post a Comment