Closed Exlord closed 4 years ago
Thanks, will try to fix today.
If you can provide me sample url for tests it would be great.
Can't reproduce your issue. I made test method, witch outputs everything it gets:
And this is how i test it:
All decoded properly.
Please send example requests.
I was using http_build_query
, but It could have been a problem on my side! not sure ...
Considering the length limit of get queries I moved to use POST params.
Strings(caption, message) and urls(file upload url) in
GET
params should beurldecoded
before passing to the madelineproto api, the appi call faild with urlencoded values