Bug api and php 5.3 with &quota= value

Hi,

sorry for my english ...

I have a big problem for using api. My php code is OK with all request, but if add &quota= in the call url, server can't receive value and the result is an error from api ...

For exemple, my php code : shell_exec("wget -O - --quiet --http-user=xxxxxx --http-passwd=xxxxxx --no-check-certificate 'https://mondomaine.com:10000/virtual-server/remote.cgi?program=create-us...'");

If die this call in text, &quota= became : "a=

Thanks to help me

Status: 
Closed (fixed)

Comments

Could you post the full message you are getting back from the API?

i have resolved with urlencode() for all the request

Thanks

Yes, all URL parameters should be escaped like that ..

Automatically closed -- issue fixed for 2 weeks with no activity.